diff --git a/src/Umbraco.Web.UI.Client/src/common/mocks/services/localization.mocks.js b/src/Umbraco.Web.UI.Client/src/common/mocks/services/localization.mocks.js index d4393dd20b..0308ab6197 100644 --- a/src/Umbraco.Web.UI.Client/src/common/mocks/services/localization.mocks.js +++ b/src/Umbraco.Web.UI.Client/src/common/mocks/services/localization.mocks.js @@ -132,6 +132,7 @@ angular.module('umbraco.mocks'). "content_membertype": "Member Type", "content_noDate": "No date chosen", "content_nodeName": "Page Title", + "defaultdialogs_nodeNameLinkPicker": "Link title", "content_otherElements": "Properties", "content_parentNotPublished": "This document is published but is not visible because the parent '%0%' is unpublished", "content_parentNotPublishedAnomaly": "This document is published but is not in the cache", @@ -148,7 +149,8 @@ angular.module('umbraco.mocks'). "content_updateDate": "Last edited", "content_updateDateDesc": "Date/time this document was created", "content_uploadClear": "Remove file", - "content_urls": "Link to document", + "content_urls": "Link to document", + "defaultdialogs_urlLinkPicker":"Link", "content_memberof": "Member of group(s)", "content_notmemberof": "Not a member of group(s)", "content_childItems": "Child items", diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html index badcc14487..442357edcc 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html @@ -1,8 +1,8 @@