Corrects "minimum" to "maximum" in the integer and decimal property editors
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user