Skip to content

Commit

Permalink
Add validation messages for mail server host
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 001089f commit 55abfb9
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 @@ -31,7 +31,9 @@
"instance_configuration": "Configure Imapsync",
"choose_mail_server": "Select a domain",
"choose_the_mail_server_to_use": "Choose the mail server from which to retrieve users mailboxes",
"mail_server_is_not_valid": "This mail server is not valid"
"mail_server_is_not_valid": "This mail server is not valid",
"mail_host_pattern": "Must be a valid fully qualified domain name",
"mail_host_format": "Must be a valid fully qualified domain name"
},
"tasks": {
"no_tasks": "No tasks configured",
Expand Down

0 comments on commit 55abfb9

Please sign in to comment.