Skip to content

Commit bc6e95d

Browse files
authored
Merge pull request #2050 from umbraco/v14/bugfix/collection-description-text
Bugfix: Collections description, removes tree child items reference
2 parents 56091ca + 03249c4 commit bc6e95d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/assets/lang/da-dk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ export default {
15871587
requiredLabel: 'Påkrævet label',
15881588
enableListViewHeading: 'Aktivér listevisning',
15891589
enableListViewDescription:
1590-
'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 ',
1590+
'Konfigurér indholdet til at blive vist i en sortérbar og søgbar liste.',
15911591
allowedTemplatesHeading: 'Tilladte skabeloner',
15921592
allowedTemplatesDescription: 'Vælg hvilke skabeloner, der er tilladt at bruge på dette indhold.',
15931593
allowAtRootHeading: 'Tillad på rodniveau',
@@ -1682,7 +1682,7 @@ export default {
16821682
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
16831683
collections: 'Samlinger',
16841684
collectionsDescription:
1685-
'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer, underordnede elementer vil ikke blive vist i træet.',
1685+
'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
16861686
structure: 'Struktur',
16871687
presentation: 'Præsentation',
16881688
},

src/assets/lang/en-us.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ export default {
16011601
requiredLabel: 'Required label',
16021602
enableListViewHeading: 'Enable list view',
16031603
enableListViewDescription:
1604-
'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 ',
1604+
'Configures the content item to show a sortable and searchable list of its children.',
16051605
allowedTemplatesHeading: 'Allowed Templates',
16061606
allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type',
16071607
allowAtRootHeading: 'Allow at root',
@@ -1694,7 +1694,7 @@ export default {
16941694
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
16951695
collections: 'Collections',
16961696
collectionsDescription:
1697-
'Configures the content item to show list of its children, the children will not be shown in the tree.',
1697+
'Configures the content item to show list of its children.',
16981698
structure: 'Structure',
16991699
presentation: 'Presentation',
17001700
},

src/assets/lang/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ export default {
16241624
requiredLabel: 'Required label',
16251625
enableListViewHeading: 'Enable list view',
16261626
enableListViewDescription:
1627-
'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 ',
1627+
'Configures the content item to show a sortable and searchable list of its children.',
16281628
allowedTemplatesHeading: 'Allowed Templates',
16291629
allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type',
16301630
allowAtRootHeading: 'Allow at root',
@@ -1718,7 +1718,7 @@ export default {
17181718
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
17191719
collections: 'Collections',
17201720
collectionsDescription:
1721-
'Configures the content item to show list of its children, the children will not be shown in the tree.',
1721+
'Configures the content item to show list of its children.',
17221722
structure: 'Structure',
17231723
presentation: 'Presentation',
17241724
},

0 commit comments

Comments
 (0)