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: [ {