bug fixed

This commit is contained in:
richard-loafle 2020-02-06 13:39:05 +09:00
parent 54efc50a78
commit 07e3f8125f
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
cdkDrag
cdkDragRootElement=".cdk-overlay-pane"
cdkDragHandle
>{{ 'settings.label' | translate }}</mat-card-title
>{{ 'chat.sendFromClipboard' | translate }}</mat-card-title
>
<button class="icon-button btn-dialog-close" (click)="onClickChoice(false)">
<i class="mdi mdi-window-close"></i>
@ -73,10 +73,10 @@
(click)="onClickChoice(false)"
class="mat-primary"
>
{{ 'common.messages.no' | translate }}
{{ 'common.messages.cancel' | translate }}
</button>
<button mat-flat-button (click)="onClickChoice(true)" class="mat-primary">
{{ 'common.messages.yes' | translate }}
{{ 'chat.send' | translate }}
</button>
</mat-card-actions>
</mat-card>

View File

@ -183,6 +183,7 @@
"label": "Chat",
"room": "Chat room",
"send": "Send",
"sendFromClipboard": "Send from clipboard",
"searchRoomByName": "Search by room name",
"searchEventByText": "Search by chat",
"searchEventByTextEnd": "Complate Search by chat",

View File

@ -183,6 +183,7 @@
"label": "대화",
"room": "대화방",
"send": "보내기",
"sendFromClipboard": "클립보드 전송",
"searchRoomByName": "대화방 이름 검색",
"searchEventByText": "대화 내용 검색",
"searchEventByTextEnd": "대화 검색을 마쳤습니다.",