From 04ad91cd6ce93e4f109133b9cb596ce1b9ff5094 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Mon, 30 Sep 2024 10:23:44 +0100 Subject: [PATCH] Amended max height/width config labels --- .../rte/tiptap/property-editors/tiptap/manifests.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts index e3c51f2e65..af3774c108 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts @@ -29,15 +29,15 @@ export const manifests: Array = [ }, { alias: 'maxWidth', - label: 'MaxWidth', - description: 'Editor max width', + label: 'Maximum width', + description: 'Editor maximum width', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer', weight: 20, }, { alias: 'maxHeight', - label: 'MaxHeight', - description: 'Editor max height', + label: 'Maximum height', + description: 'Editor maximum height', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer', weight: 30, },