summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4c8a80507..3aaabc686 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5903,6 +5903,10 @@
"id": "utils.mail.connect_smtp.open_tls.app_error",
"translation": "Failed to open TLS connection"
},
+ {
+ "id": "utils.mail.connect_smtp.helo.app_error",
+ "translation": "Failed to set HELO"
+ },
{
"id": "utils.mail.new_client.auth.app_error",
"translation": "Failed to authenticate on SMTP server"
@@ -5912,6 +5916,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.new_client.helo.error",
+ "translation": "Failed to to set the HELO to SMTP server %v"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},