From 191e1ad5563aada1c282e43eb6fa043e317290c8 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 12 Apr 2018 11:36:56 -0400 Subject: MM-8180 Improve error message for testing smtp connections (#8608) * Improve error message for testing smtp connections * Update error message --- i18n/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index dec619dec..7abe67567 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -7336,12 +7336,16 @@ }, { "id": "utils.mail.send_mail.from_address.app_error", - "translation": "Notification From Address setting is missing or invalid." + "translation": "Error setting \"From Address\"" }, { "id": "utils.mail.send_mail.msg.app_error", "translation": "Failed to write email message" }, + { + "id": "app.admin.test_email.failure", + "translation": "Connection unsuccessful: {{.Error}}" + }, { "id": "utils.mail.send_mail.msg_data.app_error", "translation": "Failed to add email message data" @@ -7352,7 +7356,7 @@ }, { "id": "utils.mail.send_mail.to_address.app_error", - "translation": "Notification To Address setting is missing or invalid." + "translation": "Error setting \"To Address\"" }, { "id": "utils.mail.test.configured.error", -- cgit v1.2.3-1-g7c22