Files
artdanj-shortener/resources/lang/en/validator.json

11 lines
324 B
JSON

{
"shared": {
"required": "Value for the field is required",
"email.unique": "Email is already in use",
"email.email": "Email must be valid",
"password.confirmation": "Passwords are not the same",
"code.unique": "Code already exists",
"code.maxLength": "Code is too long (max 10 characters)"
}
}