From 3015c3813fde2fe4fa0a227ead7d08180c7aac2f Mon Sep 17 00:00:00 2001 From: Allen Smith Date: Sun, 13 Oct 2024 12:38:51 -0400 Subject: [PATCH] Update instruction text for Collection elements. --- .../property-editors/collection/manifests.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/collection/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/collection/manifests.ts index aea55c6149..ae597d3610 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/collection/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/collection/manifests.ts @@ -26,7 +26,7 @@ const propertyEditorUiManifest: ManifestPropertyEditorUi = { { alias: 'orderBy', label: 'Order By', - description: 'The default sort order for the list.', + description: 'The default sort order for the Collection.', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Collection.OrderBy', }, { @@ -44,25 +44,25 @@ const propertyEditorUiManifest: ManifestPropertyEditorUi = { { alias: 'bulkActionPermissions', label: 'Bulk Action Permissions', - description: 'The bulk actions that are allowed from the list view.', + description: 'The bulk actions that are allowed on items in the Collection view.', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Collection.BulkActionPermissions', }, { alias: 'icon', - label: 'Content app icon', - description: 'The icon of the listview content app.', + label: 'Workspace View icon', + description: 'The icon for the Collection\'s Workspace View.', propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker', }, { alias: 'tabName', - label: 'Content app name', - description: 'The name of the listview content app (default if empty: Child Items).', + label: 'Workspace View name', + description: 'The name of the Collection\'s Workspace View (default if empty: Child Items).', propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'showContentFirst', - label: 'Show Content App First', - description: 'Enable this to show the content app by default instead of the list view app.', + label: 'Show Content Workspace View First', + description: 'Enable this to show the Content Workspace View by default instead of the Collection\'s.', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, ],