mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
share dialog regression fixes
This commit is contained in:
@@ -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">
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user