From 952087bc735bc6db6d33cd7ce5a47c2b688a7478 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 26 Jun 2024 14:29:04 +0100 Subject: [PATCH] Updates Collections description to remove reference about the child items not displaying in the tree. --- src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts | 4 ++-- src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts | 4 ++-- src/Umbraco.Web.UI.Client/src/assets/lang/en.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 14f131d9b9..4747f8746d 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 @@ -1587,7 +1587,7 @@ export default { requiredLabel: 'Påkrævet label', enableListViewHeading: 'Aktivér listevisning', enableListViewDescription: - 'Konfigurér indholdet til at blive vist i en sortérbar og søgbar liste;\n undersider vil ikke blive vist i træet\n ', + 'Konfigurér indholdet til at blive vist i en sortérbar og søgbar liste.', allowedTemplatesHeading: 'Tilladte skabeloner', allowedTemplatesDescription: 'Vælg hvilke skabeloner, der er tilladt at bruge på dette indhold.', allowAtRootHeading: 'Tillad på rodniveau', @@ -1682,7 +1682,7 @@ export default { '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 underordnede elementer, underordnede elementer vil ikke blive vist i træet.', + 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.', structure: 'Struktur', presentation: 'Præsentation', }, 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 511f97480e..8edd2ba2fd 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 @@ -1601,7 +1601,7 @@ export default { requiredLabel: 'Required label', enableListViewHeading: 'Enable list view', enableListViewDescription: - 'Configures the content item to show a sortable and searchable list of its\n children, the children will not be shown in the tree\n ', + 'Configures the content item to show a sortable and searchable list of its children.', allowedTemplatesHeading: 'Allowed Templates', allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type', allowAtRootHeading: 'Allow at root', @@ -1694,7 +1694,7 @@ export default { '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.', + 'Configures the content item to show list of its children.', structure: 'Structure', presentation: 'Presentation', }, 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 ca46c17572..e619515a94 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts @@ -1624,7 +1624,7 @@ export default { requiredLabel: 'Required label', enableListViewHeading: 'Enable list view', enableListViewDescription: - 'Configures the content item to show a sortable and searchable list of its\n children, the children will not be shown in the tree\n ', + 'Configures the content item to show a sortable and searchable list of its children.', allowedTemplatesHeading: 'Allowed Templates', allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type', allowAtRootHeading: 'Allow at root', @@ -1718,7 +1718,7 @@ export default { '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.', + 'Configures the content item to show list of its children.', structure: 'Structure', presentation: 'Presentation', },