mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5927 from overleaf/ab-specific-registration-error-messages
Return specific and translated registration form error messages GitOrigin-RevId: 4c7787e36a1e02b944afb252ad89efa68584c32e
This commit is contained in:
parent
c96bb1551c
commit
e225f6e8d7
1 changed files with 5 additions and 0 deletions
|
@ -596,6 +596,11 @@
|
|||
"send": "Send",
|
||||
"sending": "Sending",
|
||||
"invalid_password": "Invalid Password",
|
||||
"invalid_password_not_set": "Password is required",
|
||||
"invalid_password_too_short": "Password too short, minimum __minLength__",
|
||||
"invalid_password_too_long": "Maximum password length __maxLength__ exceeded",
|
||||
"invalid_password_invalid_character": "Password contains an invalid character",
|
||||
"invalid_password_contains_email": "Password can not contain email address",
|
||||
"error": "Error",
|
||||
"other_actions": "Other Actions",
|
||||
"send_test_email": "Send a test email",
|
||||
|
|
Loading…
Reference in a new issue