From 9ceef4f02d2a860010985ad5e08e6e4fa88eafc4 Mon Sep 17 00:00:00 2001 From: Jane Date: Thu, 16 Nov 2023 10:58:55 +0300 Subject: [PATCH 1/2] Validation Messages: Update minSelectError --- src/localization/english.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/english.ts b/src/localization/english.ts index 5759ee6cdf..801641b9d6 100644 --- a/src/localization/english.ts +++ b/src/localization/english.ts @@ -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}", From 0a983f7e23bc9935ce04e812a6c00cca211c5859 Mon Sep 17 00:00:00 2001 From: Jane Date: Thu, 16 Nov 2023 11:56:05 +0300 Subject: [PATCH 2/2] Update maxSelectError --- src/localization/english.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/english.ts b/src/localization/english.ts index 801641b9d6..d39ee540c5 100644 --- a/src/localization/english.ts +++ b/src/localization/english.ts @@ -36,7 +36,7 @@ export var englishStrings = { "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} option(s).", - maxSelectError: "Please select no more than {0} variant(s).", + maxSelectError: "Please select no more than {0} option(s).", numericMinMax: "The '{0}' should be at least {1} and at most {2}", numericMin: "The '{0}' should be at least {1}", numericMax: "The '{0}' should be at most {1}",