diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts index 07529c2a54..89b4e7986b 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts @@ -1655,6 +1655,9 @@ export default { 'NOTE! The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.', changeDataTypeHelpText: 'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.', + collections: 'Samlinger', + collectionsDescription: + 'Konfigurerer indholdselementet til at vise listen over dets børn, børnene vil ikke blive vist i træet.', }, languages: { addLanguage: 'Tilføj sprog', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts index 9933826ee2..f2332f75d7 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts @@ -1652,6 +1652,9 @@ export default { 'NOTE! The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.', changeDataTypeHelpText: 'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.', + collections: 'Collections', + collectionsDescription: + 'Configures the content item to show list of its children, the children will not be shown in the tree.', }, languages: { addLanguage: 'Add language', diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts index e70292c346..9f8b9dc91b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts @@ -99,10 +99,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement - -
- Configures the content item to show list of its children, the children will not be shown in the tree. -
+ +
${this.localize.term('contentTypeEditor_collectionsDescription')}