edit validation, add new validation message
This commit is contained in:
@@ -195,10 +195,13 @@
|
||||
"register": "Register",
|
||||
"register-error-agree": "Please review the terms of use and privacy policy.",
|
||||
"register-error-name": "Name must be at least 2 characters long.",
|
||||
"register-error-max-name": "The name length must not exceed 100 characters.",
|
||||
"register-error-password-one-digit": "Password must contain at least 1 digit.",
|
||||
"register-error-password-one-letter": "Password must contain at least 1 letter.",
|
||||
"register-error-password-symbols": "Password must be at least 8 characters long.",
|
||||
"register-error-phone": "Please enter a phone number.",
|
||||
"register-error-company-name": "The company name must contain at least 2 characters.",
|
||||
"register-error-company-name-max": "The company name must exceed 200 characters.",
|
||||
"remember-me": "Remember me",
|
||||
"repeat-password": "Repeat password",
|
||||
"request-ended-with-an-error": "The request ended with an error",
|
||||
@@ -208,7 +211,7 @@
|
||||
"email-or-already-registered": "Email or phone already registered",
|
||||
"password-does-not-match": "Password does not match",
|
||||
"email-not-found": "Email not found",
|
||||
"register-error-no-digits": "The name should not contain a number.",
|
||||
"register-error-no-digits": "The name should not contain a number or symbols.",
|
||||
"recover-password": "Recover password",
|
||||
"fullName-too-long": "Full name must be less than 100 characters.",
|
||||
"fullName-invalid-chars": "Name can only contain letters, spaces, hyphens and apostrophes.",
|
||||
@@ -216,6 +219,10 @@
|
||||
"email-too-long": "Email is too long",
|
||||
"password-too-long": "Password must be less than 50 characters",
|
||||
"email-no-uppercase": "Email must not contain capital letters.",
|
||||
"no-emoji-allowed": "The use of emoji is prohibited."
|
||||
"no-emoji-allowed": "The use of emoji is prohibited.",
|
||||
"register-error-max-passowrd": "The password length must not exceed 124 characters.",
|
||||
"register-error-max-email": "Email length must not exceed 254 characters.",
|
||||
"companyName-invalid-chars": "The company name must not contain symbols.",
|
||||
"password-too-common": "This password is too common, please choose another."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user