Corrects "minimum" to "maximum" in the integer and decimal property editors

This commit is contained in:
Liam Laverty
2024-04-18 14:33:34 +01:00
parent 98ae8b7b85
commit ae2bb99b46
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export const manifest: ManifestPropertyEditorSchema = {
{
alias: 'max',
label: 'Maximum',
description: 'Enter the minimum amount of number to be entered',
description: 'Enter the maximum amount of number to be entered',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal',
},
{

View File

@@ -17,7 +17,7 @@ export const manifest: ManifestPropertyEditorSchema = {
{
alias: 'max',
label: 'Maximum',
description: 'Enter the minimum amount of number to be entered',
description: 'Enter the maximum amount of number to be entered',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number',
},
{