You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1690,6 +1690,8 @@ export default {
1690
1690
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1691
1691
changeDataTypeHelpText:
1692
1692
'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.',
1693
1695
collections: 'Samlinger',
1694
1696
collectionsDescription: 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1726,6 +1726,8 @@ export default {
1726
1726
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1727
1727
changeDataTypeHelpText:
1728
1728
'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.',
1729
1731
collections: 'Collections',
1730
1732
collectionsDescription: 'Configures the content item to show list of its children.',
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1730,6 +1730,8 @@ export default {
1730
1730
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1731
1731
changeDataTypeHelpText:
1732
1732
'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.',
1733
1735
collections: 'Collections',
1734
1736
collectionsDescription: 'Configures the content item to show list of its children.',
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/structure/document-type-workspace-view-structure.element.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
0 commit comments