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
|
||||
cdkFocusInitial
|
||||
placeholder="{{ 'SHARE.PUBLIC-LINK' | translate }}"
|
||||
formControlName="sharedUrl">
|
||||
formControlName="sharedUrl"
|
||||
readonly="readonly">
|
||||
<mat-icon class="input-action" matSuffix
|
||||
[clipboard-notification]="'SHARE.CLIPBOARD-MESSAGE' | translate"
|
||||
[adf-clipboard]="sharedLinkInput">
|
||||
|
@@ -254,6 +254,7 @@
|
||||
}
|
||||
},
|
||||
"SHARE": {
|
||||
"PUBLIC-LINK": "Public link",
|
||||
"DIALOG-TITLE": "Share",
|
||||
"DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.",
|
||||
"TITLE": "Link to share",
|
||||
|
Reference in New Issue
Block a user