Skip to content

Commit f9c52b7

Browse files
Feature: improve collection wording (#17914)
* improve wording for collection configuration * Update src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts Co-authored-by: Mole <[email protected]> * Update src/Umbraco.Web.UI.Client/src/assets/lang/en.ts Co-authored-by: Mole <[email protected]> --------- Co-authored-by: Mole <[email protected]>
1 parent cbd162b commit f9c52b7

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,8 @@ export default {
16901690
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
16911691
changeDataTypeHelpText:
16921692
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
1693+
collection: 'Samling',
1694+
collectionDescription: 'Konfigurerer en oversigt af det underliggende indhold.',
16931695
collections: 'Samlinger',
16941696
collectionsDescription: 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
16951697
structure: 'Struktur',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,8 @@ export default {
17261726
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
17271727
changeDataTypeHelpText:
17281728
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
1729+
collection: 'Collection',
1730+
collectionDescription: 'Configures an overview of child content.',
17291731
collections: 'Collections',
17301732
collectionsDescription: 'Configures the content item to show list of its children.',
17311733
structure: 'Structure',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,8 @@ export default {
17301730
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
17311731
changeDataTypeHelpText:
17321732
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
1733+
collection: 'Collection',
1734+
collectionDescription: 'Configures an overview of child content.',
17331735
collections: 'Collections',
17341736
collectionsDescription: 'Configures the content item to show list of its children.',
17351737
structure: 'Structure',

src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
9595
</umb-property-layout>
9696
</uui-box>
9797
<uui-box headline=${this.localize.term('contentTypeEditor_presentation')}>
98-
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collections')}">
99-
<div slot="description">${this.localize.term('contentTypeEditor_collectionsDescription')}</div>
98+
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collection')}">
99+
<div slot="description">${this.localize.term('contentTypeEditor_collectionDescription')}</div>
100100
<div slot="editor">
101101
<umb-input-collection-configuration
102102
default-value="c0808dd3-8133-4e4b-8ce8-e2bea84a96a4"

0 commit comments

Comments
 (0)