Skip to content

Commit 1a2f827

Browse files
committed
Amended max height/width config labels
1 parent f8ef74d commit 1a2f827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/packages/rte/tiptap/property-editors/tiptap/manifests.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
2929
},
3030
{
3131
alias: 'maxWidth',
32-
label: 'MaxWidth',
33-
description: 'Editor max width',
32+
label: 'Maximum width',
33+
description: 'Editor maximum width',
3434
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
3535
weight: 20,
3636
},
3737
{
3838
alias: 'maxHeight',
39-
label: 'MaxHeight',
40-
description: 'Editor max height',
39+
label: 'Maximum height',
40+
description: 'Editor maximum height',
4141
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
4242
weight: 30,
4343
},

0 commit comments

Comments
 (0)