summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-11-11 08:24:11 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-11-11 08:24:11 -0500
commitd469e89520009893bbf2a5f074c8091ea1953779 (patch)
tree74ec89c043dad447ae9af4bcecb4c76e44bbc64c /i18n
parent7c1fe7a765ef6383d1730a5e377bc22066231b06 (diff)
downloadchat-d469e89520009893bbf2a5f074c8091ea1953779.tar.gz
chat-d469e89520009893bbf2a5f074c8091ea1953779.tar.bz2
chat-d469e89520009893bbf2a5f074c8091ea1953779.zip
Improving LDAP user creation fail error message (#4481)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 53a1939be..ef321e113 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2676,6 +2676,10 @@
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
},
{
+ "id": "ent.ldap.create_fail",
+ "translation": "Unable to create LDAP user."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Unable to bind to AD/LDAP server. Check BindUsername and BindPassword."
},