Skip to content

Commit fe1dd8a

Browse files
committed
Update translation.json file with mail domain validation
1 parent 0a8ea08 commit fe1dd8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/public/i18n/en/translation.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
"delete_domain": "Delete domain",
142142
"delete_domain_confirm": "Delete domain <strong>{name}</strong>?",
143143
"delete_domain_explanation": "All associated email addresses will be deleted as well. However, all email messages received and sent by this domain will be preserved.",
144-
"domain_pattern": "Invalid domain",
145144
"required_if_accept_unknown_recipients": "Required if \"Accept unknown recipients\" is enabled",
146145
"required_if_copy_inbound_messages": "Required if \"Copy inbound messages\" is enabled",
147146
"bccaddr_format": "Invalid email format",
@@ -155,7 +154,10 @@
155154
"configure_dkim_for_domain": "Configure DKIM for {domain}",
156155
"dkim_txt_record_description": "Create the TXT record required by DKIM at your <strong>{domain}</strong> DNS service provider by choosing <strong>one of the following procedures</strong>",
157156
"dkim_txt_record_key_procedure": "Set <strong>default._domainkey</strong> as record key and paste the record data",
158-
"dkim_txt_record_raw_procedure": "Paste the full TXT record in raw form"
157+
"dkim_txt_record_raw_procedure": "Paste the full TXT record in raw form",
158+
"domain_pattern": "Must be a valid fully qualified domain name",
159+
"domain_format": "Must be a valid fully qualified domain name",
160+
"mail_domain_already_exists": "Domain already exists"
159161
},
160162
"addresses": {
161163
"title": "Addresses",

0 commit comments

Comments
 (0)