share dialog regression fixes

This commit is contained in:
Denys Vuika
2018-10-01 18:27:18 +01:00
parent 6237af79d3
commit 5307c75492
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,8 @@
matInput matInput
cdkFocusInitial cdkFocusInitial
placeholder="{{ 'SHARE.PUBLIC-LINK' | translate }}" placeholder="{{ 'SHARE.PUBLIC-LINK' | translate }}"
formControlName="sharedUrl"> formControlName="sharedUrl"
readonly="readonly">
<mat-icon class="input-action" matSuffix <mat-icon class="input-action" matSuffix
[clipboard-notification]="'SHARE.CLIPBOARD-MESSAGE' | translate" [clipboard-notification]="'SHARE.CLIPBOARD-MESSAGE' | translate"
[adf-clipboard]="sharedLinkInput"> [adf-clipboard]="sharedLinkInput">

View File

@@ -254,6 +254,7 @@
} }
}, },
"SHARE": { "SHARE": {
"PUBLIC-LINK": "Public link",
"DIALOG-TITLE": "Share", "DIALOG-TITLE": "Share",
"DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.", "DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.",
"TITLE": "Link to share", "TITLE": "Link to share",