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 b1a188763c..b8022342c5 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 @@ -1690,6 +1690,8 @@ 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.', + collection: 'Samling', + collectionDescription: 'Konfigurerer en oversigt af det underliggende indhold.', collections: 'Samlinger', collectionsDescription: 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.', structure: 'Struktur', 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 e8b52e8e65..9156dafa43 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 @@ -1726,6 +1726,8 @@ 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.', + collection: 'Collection', + collectionDescription: 'Configures an overview of child content.', collections: 'Collections', collectionsDescription: 'Configures the content item to show list of its children.', structure: 'Structure', 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 7d73fab512..3e0d257163 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts @@ -1730,6 +1730,8 @@ 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.', + collection: 'Collection', + collectionDescription: 'Configures an overview of child content.', collections: 'Collections', collectionsDescription: 'Configures the content item to show list of its children.', structure: 'Structure', diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts index 5edd8d234d..0fa3d0312e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts @@ -95,8 +95,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement - -
${this.localize.term('contentTypeEditor_collectionsDescription')}
+ +
${this.localize.term('contentTypeEditor_collectionDescription')}