Skip to content

Commit

Permalink
fix: fix error.rangeOverflow en translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotomaspinheiro committed May 6, 2024
1 parent fb6a9ee commit 59a5bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"error.tooLong": "Value must be {{maxLength}} characters or less",
"error.tooShort": "Value must be {{minLength}} characters or more",
"error.rangeUnderflow": "Value must not be less than {{min}}",
"error.rangeOverflow": "Value must not be more than {{max}}",
"error.rangeOverflow": "Value must not be greater than {{max}}",
"error.stepMismatch": "Invalid value",
"error.unexpected": "An unexpected error occurred. Please try again later or contact the support team.",
"error.unexpected.title": "Oops! An unexpected error occurred",
Expand Down

0 comments on commit 59a5bc0

Please sign in to comment.