From 2f02bee421352c725cac83430cc9c27174157eb5 Mon Sep 17 00:00:00 2001 From: netaddicts-council Date: Thu, 20 Nov 2025 16:03:25 +0100 Subject: [PATCH] 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) --- .../src/packages/content/content/collection/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/content/content/collection/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/content/content/collection/manifests.ts index 5b14e35e11..e19e90f8e4 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/content/content/collection/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/content/content/collection/manifests.ts @@ -28,7 +28,7 @@ export const manifests: Array = name: 'Content Workspace Collection View', weight: 1000, meta: { - label: 'Collection', + label: 'Child items', pathname: 'collection', icon: 'icon-grid', },