diff --git a/lib/content-services/content-node-share/content-node-share.dialog.html b/lib/content-services/content-node-share/content-node-share.dialog.html index 98b995794a..096e99dace 100644 --- a/lib/content-services/content-node-share/content-node-share.dialog.html +++ b/lib/content-services/content-node-share/content-node-share.dialog.html @@ -27,7 +27,8 @@ matInput cdkFocusInitial placeholder="{{ 'SHARE.PUBLIC-LINK' | translate }}" - formControlName="sharedUrl"> + formControlName="sharedUrl" + readonly="readonly"> diff --git a/lib/content-services/i18n/en.json b/lib/content-services/i18n/en.json index 601068026f..a974a5672b 100644 --- a/lib/content-services/i18n/en.json +++ b/lib/content-services/i18n/en.json @@ -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",