diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts index 8fb0ba271a..e7880ca9bc 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts @@ -438,10 +438,10 @@ export default { compositionDescription: "Defines a re-usable set of properties that can be included in the definition of\n multiple other Document Types. For example, a set of 'Common Page Settings'.\n ", folder: 'Folder', - folderDescription: - 'Used to organise the Document Types, Compositions and Element Types created in this\n Document Type tree.\n ', + folderDescription: 'Used to organise items and other folders. Keep items structured and easy to access.', newFolder: 'New folder', newDataType: 'New Data Type', + newDataTypeDescription: 'Used to define a configuration for a Property Type on a Content Type.', newJavascriptFile: 'New JavaScript file', newEmptyPartialView: 'New empty partial view', newPartialViewMacro: 'New partial view macro', diff --git a/src/Umbraco.Web.UI.Client/src/packages/data-type/entity-actions/create/default/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/data-type/entity-actions/create/default/manifests.ts index f7517e2d5c..f65cfb054c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/data-type/entity-actions/create/default/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/data-type/entity-actions/create/default/manifests.ts @@ -12,6 +12,7 @@ export const manifests: Array = meta: { icon: 'icon-autofill', label: '#create_newDataType', + description: '#create_newDataTypeDescription', }, }, ];