From 475c2be31df9003b0d2f2df2166eeeb5de9d92ab Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 21 Feb 2024 13:05:06 +0000 Subject: [PATCH] Text property-editor, updated `inputType` description --- .../src/packages/core/property-editor/uis/text-box/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts index 2886c6f049..24418bdcc4 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts @@ -4,7 +4,7 @@ import type { ManifestPropertyEditorUi } from '@umbraco-cms/backoffice/extension const inputTypeConfig = { alias: 'inputType', label: 'Input type', - description: 'Select input type', + description: 'Predefined input type', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Label', };