Skip to content

Commit

Permalink
Add error messages for invalid host pattern and format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 1ca9ebf commit b0d9e06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"mail_server_is_not_valid": "This mail server cannot be used by Roundcube webmail",
"upload_max_filesize_number_lte": "Must be less than 120 MB",
"no_available_mail_domain_check_users": "Make sure the mail domain you intend to use has \"Add user addresses from user domain\" checkbox enabled",
"mail_module_misconfigured": "No mail domain available"
"mail_module_misconfigured": "No mail domain available",
"host_pattern": "Must be a valid fully qualified domain name",
"host_format": "Must be a valid fully qualified domain name"
},
"about": {
"title": "About"
Expand Down

0 comments on commit b0d9e06

Please sign in to comment.