Merge pull request #1662 from liamlaverty/min-max-description-correction

Corrects "minimum" to "maximum" in the integer and decimal property editors
This commit is contained in:
Lee Kelleher
2024-04-18 16:04:51 +01:00
committed by GitHub
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',
},
{