Skip to content

Commit

Permalink
Validation Messages: Update minSelectError
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneSjs committed Nov 16, 2023
1 parent 37553a9 commit 9ceef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export var englishStrings = {
textMinMaxLength:
"Please enter at least {0} and no more than {1} characters.",
minRowCountError: "Please fill in at least {0} row(s).",
minSelectError: "Please select at least {0} variant(s).",
minSelectError: "Please select at least {0} option(s).",
maxSelectError: "Please select no more than {0} variant(s).",
numericMinMax: "The '{0}' should be at least {1} and at most {2}",
numericMin: "The '{0}' should be at least {1}",
Expand Down

0 comments on commit 9ceef4f

Please sign in to comment.