From b3e192916d7b3320caa26298d4ad8ee3121576cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 12 Mar 2025 10:17:20 +0100 Subject: [PATCH] correct labels (#18650) --- .../src/packages/tags/property-editors/tags/Umbraco.Tags.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/Umbraco.Tags.ts b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/Umbraco.Tags.ts index 5726481026..0da099b29a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/Umbraco.Tags.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/Umbraco.Tags.ts @@ -10,14 +10,15 @@ export const manifest: ManifestPropertyEditorSchema = { properties: [ { alias: 'group', - label: 'Define a tag group', + label: 'Tag group', description: '', propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'storageType', label: 'Storage Type', - description: '', + description: + 'Select whether to store the tags in cache as JSON (default) or CSV format. Notice that CSV does not support commas in the tag value.', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Select', config: [ {