summaryrefslogtreecommitdiffstats
path: root/web/static/i18n
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-25 20:14:27 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-25 20:14:27 -0500
commitd20d6bed06289503301e54bc9bce387df419af4f (patch)
treec2b13a71faab678d97ac3e0c626b9736a7e5e605 /web/static/i18n
parent1701a2cbbe698c96544c275f41d7dbff4b88fd0c (diff)
downloadchat-d20d6bed06289503301e54bc9bce387df419af4f.tar.gz
chat-d20d6bed06289503301e54bc9bce387df419af4f.tar.bz2
chat-d20d6bed06289503301e54bc9bce387df419af4f.zip
PLT-7 fixing error bar msg
Diffstat (limited to 'web/static/i18n')
-rw-r--r--web/static/i18n/en.json3
-rw-r--r--web/static/i18n/es.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 038b1342d..cb955ee6b 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1,4 +1,5 @@
{
"login.find_teams": "Find your other teams",
- "login.forgot_password": "I forgot my password"
+ "login.forgot_password": "I forgot my password",
+ "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured"
} \ No newline at end of file
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index b849489cb..ade5f585e 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -1,4 +1,5 @@
{
"login.find_teams": "Find your other teams (spanish!)",
- "login.forgot_password": "I forgot my password (spanish!)"
+ "login.forgot_password": "I forgot my password (spanish!)",
+ "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured (spanish!)"
} \ No newline at end of file