From d20d6bed06289503301e54bc9bce387df419af4f Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 25 Jan 2016 20:14:27 -0500 Subject: PLT-7 fixing error bar msg --- web/static/i18n/en.json | 3 ++- web/static/i18n/es.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'web/static') 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 -- cgit v1.2.3-1-g7c22