Skip to content

Commit 2f02bee

Browse files
Sets the default name for the content listview workspace name to 'Child items' instead or 'Collection' (#20907)
Sets the default name for thecontent listview workspace name to 'Child items' instead of 'Collection' (Fixes #20860)
1 parent 6a7360a commit 2f02bee

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/content/content/collection

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/content/content/collection/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
2828
name: 'Content Workspace Collection View',
2929
weight: 1000,
3030
meta: {
31-
label: 'Collection',
31+
label: 'Child items',
3232
pathname: 'collection',
3333
icon: 'icon-grid',
3434
},

0 commit comments

Comments
 (0)