Skip to content

Commit 38accc3

Browse files
authored
chore(text-area): add new string for when character length is tooShort (#11006)
**Related Issue:** #10970 ## Summary Check in new string.
1 parent 9ccef4f commit 38accc3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"invalid": "Invalid",
3-
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}."
3+
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}.",
4+
"tooShort": "The current character length is {currentLength}, which is less than the minimum character length of {minLength}."
45
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"invalid": "Invalid",
3-
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}."
3+
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}.",
4+
"tooShort": "The current character length is {currentLength}, which is less than the minimum character length of {minLength}."
45
}

0 commit comments

Comments
 (0)