♻️ Address pull request feedback
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
"endsWith": "This field must end with {{endsWith}}",
|
||||
"includes": "This field must include {{includes}}"
|
||||
},
|
||||
"too_small": {
|
||||
"tooSmall": {
|
||||
"string": "This field must be at least {{minimum}} characters long",
|
||||
"number": "This field must be greater than or equal to {{minimum}}"
|
||||
},
|
||||
"too_big": {
|
||||
"tooBig": {
|
||||
"string": "This field must be at most {{maximum}} characters long",
|
||||
"number": "This field must be less than or equal to {{maximum}}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user