You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -438,10 +438,10 @@ export default {
438
438
compositionDescription:
439
439
"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 ",
440
440
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.',
443
442
newFolder: 'New folder',
444
443
newDataType: 'New Data Type',
444
+
newDataTypeDescription: 'Used to define a configuration for a Property Type on a Content Type.',
0 commit comments