summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-12 10:08:54 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-12 10:08:54 -0400
commit128e4f984ad565297ab1c7b8921d877d3a9c8f03 (patch)
treeb8d26d72db1c4310f22a40498dedb0469fa88e91 /i18n
parentd953051c06c654116170b01d39e1855b4afdf2fb (diff)
downloadchat-128e4f984ad565297ab1c7b8921d877d3a9c8f03.tar.gz
chat-128e4f984ad565297ab1c7b8921d877d3a9c8f03.tar.bz2
chat-128e4f984ad565297ab1c7b8921d877d3a9c8f03.zip
Letting email not validated error message through login. Changing invalid credentials error. (#3546)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 04305774a..19c97bc95 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1781,7 +1781,7 @@
},
{
"id": "api.user.login.invalid_credentials",
- "translation": "User ID or password incorrect."
+ "translation": "Your login credentials are incorrect."
},
{
"id": "api.user.login.not_provided.app_error",