From 5379fec2d339f49418a93da35819ea1594cfde6e Mon Sep 17 00:00:00 2001 From: Lee Kelleher Date: Fri, 14 Feb 2025 15:37:41 +0000 Subject: [PATCH] Data Type create option description (#18338) * Added description for Data Type create option * Updated "create_folderDescription" in English fallback as it had previously been updated in English US only. * US to GB typo correction --- src/Umbraco.Web.UI.Client/src/assets/lang/en.ts | 4 ++-- .../data-type/entity-actions/create/default/manifests.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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', }, }, ];