♻️ Address pull request feedback

This commit is contained in:
Meier Lukas
2023-08-06 14:12:39 +02:00
parent 4b2c5f2816
commit 9e576f1498
53 changed files with 934 additions and 746 deletions
+3 -3
View File
@@ -12,11 +12,11 @@
"number": "This field must be greater than or equal to {{minimum}}"
},
"too_big": {
"string": "This field must be at most {{minimum}} characters long",
"number": "This field must be less than or equal to {{minimum}}"
"string": "This field must be at most {{maximum}} characters long",
"number": "This field must be less than or equal to {{maximum}}"
},
"custom": {
"password_match": "Passwords must match"
"passwordMatch": "Passwords must match"
}
}
}