Skip to content

Commit 5379fec

Browse files
authored
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
1 parent 2ae903e commit 5379fec

File tree

2 files changed

+3
-2
lines changed
  • src/Umbraco.Web.UI.Client/src

2 files changed

+3
-2
lines changed

src/Umbraco.Web.UI.Client/src/assets/lang/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ export default {
438438
compositionDescription:
439439
"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 ",
440440
folder: 'Folder',
441-
folderDescription:
442-
'Used to organise the Document Types, Compositions and Element Types created in this\n Document Type tree.\n ',
441+
folderDescription: 'Used to organise items and other folders. Keep items structured and easy to access.',
443442
newFolder: 'New folder',
444443
newDataType: 'New Data Type',
444+
newDataTypeDescription: 'Used to define a configuration for a Property Type on a Content Type.',
445445
newJavascriptFile: 'New JavaScript file',
446446
newEmptyPartialView: 'New empty partial view',
447447
newPartialViewMacro: 'New partial view macro',

src/Umbraco.Web.UI.Client/src/packages/data-type/entity-actions/create/default/manifests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
1212
meta: {
1313
icon: 'icon-autofill',
1414
label: '#create_newDataType',
15+
description: '#create_newDataTypeDescription',
1516
},
1617
},
1718
];

0 commit comments

Comments
 (0)