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

View File

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

View File

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