summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-26 04:55:37 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-05-26 07:55:37 -0400
commit56cca6be7cb3e15a99960c4e6c931081fd157d68 (patch)
treefdf5e7e8b61d787889ad983c3ac2b2df8cd9dc4a /i18n/en.json
parent7b2538fc6c62175622b46d497c4048a7ccb762d1 (diff)
downloadchat-56cca6be7cb3e15a99960c4e6c931081fd157d68.tar.gz
chat-56cca6be7cb3e15a99960c4e6c931081fd157d68.tar.bz2
chat-56cca6be7cb3e15a99960c4e6c931081fd157d68.zip
PLT-2976 Adding checkout for missing SMTP server when testing email connection (#3115)
* PLT-2976 Adding checkout for missing SMTP server when testing email connection * Fixing unit test
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index dbdadfe7e..b0b120b4e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -84,6 +84,10 @@
"translation": "Mattermost - Testing Email Settings"
},
{
+ "id": "api.admin.test_email.missing_server",
+ "translation": "SMTP Server is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Empty array under 'image' in request"
},