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 261cb01fd9..286622e05e 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 @@ -211,7 +211,7 @@ angular.module('umbraco.mocks'). "dictionaryItem_displayName": "Culture Name", "placeholders_username": "Enter your username", "placeholders_password": "Enter your password", - "placeholders_name": "Enter a name...", + "placeholders_entername": "Enter a name...", "placeholders_search": "Type to search...", "placeholders_filter": "Type to filter...", "editcontenttype_allowedchildnodetypes": "Allowed child nodetypes", diff --git a/src/Umbraco.Web.UI.Client/src/views/content/edit.html b/src/Umbraco.Web.UI.Client/src/views/content/edit.html index 0d37f5a20c..68c7626ae1 100644 --- a/src/Umbraco.Web.UI.Client/src/views/content/edit.html +++ b/src/Umbraco.Web.UI.Client/src/views/content/edit.html @@ -8,7 +8,7 @@