mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Add pattern email desc
This commit is contained in:
parent
69e20fa114
commit
4510b2b913
1 changed files with 2 additions and 1 deletions
|
@ -468,7 +468,8 @@
|
|||
"password_too_simple_4": "The password needs to be at least 12 characters long and contain a digit, upper, lower and special characters",
|
||||
"pattern_backup_archive_name": "Must be a valid filename with max 30 characters, alphanumeric and -_. characters only",
|
||||
"pattern_domain": "Must be a valid domain name (e.g. my-domain.org)",
|
||||
"pattern_email": "Must be a valid e-mail address (e.g. someone@example.com)",
|
||||
"pattern_email": "Must be a valid e-mail address, '+' symbol accepted(e.g. someone+tag@example.com)",
|
||||
"pattern_email_without_plus": "Must be a valid e-mail address without '+' symbol (e.g. someone@example.com)",
|
||||
"pattern_firstname": "Must be a valid first name",
|
||||
"pattern_lastname": "Must be a valid last name",
|
||||
"pattern_mailbox_quota": "Must be a size with b/k/M/G/T suffix or 0 to not have a quota",
|
||||
|
|
Loading…
Add table
Reference in a new issue