fix: error message for invalid max use count of reverse share

This commit is contained in:
Elias Schneider
2024-10-15 20:28:05 +02:00
parent 2e692241c5
commit 613bae9033
2 changed files with 15 additions and 2 deletions

View File

@@ -649,6 +649,8 @@ export default {
"common.error.invalid-email": "Invalid email address",
"common.error.too-short": "Must be at least {length} characters",
"common.error.too-long": "Must be at most {length} characters",
"common.error.number-too-small": "Must be at least {min}",
"common.error.number-too-large": "Must be at most {max}",
"common.error.exact-length": "Must be exactly {length} characters",
"common.error.invalid-number": "Must be a number",
"common.error.field-required": "This field is required",