bug fixed
This commit is contained in:
parent
54efc50a78
commit
07e3f8125f
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
"label": "대화",
|
||||
"room": "대화방",
|
||||
"send": "보내기",
|
||||
"sendFromClipboard": "클립보드 전송",
|
||||
"searchRoomByName": "대화방 이름 검색",
|
||||
"searchEventByText": "대화 내용 검색",
|
||||
"searchEventByTextEnd": "대화 검색을 마쳤습니다.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user