♻️ Address pull request feedback

This commit is contained in:
Meier Lukas
2023-09-07 19:56:14 +02:00
parent 1651361b7f
commit 7b2ce22bca
2 changed files with 4 additions and 4 deletions

View File

@@ -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}}"
},