summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 14:15:44 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 14:15:44 -0600
commit221985435966dbf583d3e367c243822e338b6bc4 (patch)
tree140d0b1318df0d5b11ef21eacf7cfa7545498585 /web/static
parent8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f (diff)
downloadchat-221985435966dbf583d3e367c243822e338b6bc4.tar.gz
chat-221985435966dbf583d3e367c243822e338b6bc4.tar.bz2
chat-221985435966dbf583d3e367c243822e338b6bc4.zip
PLT-7 client side infra
Diffstat (limited to 'web/static')
-rw-r--r--web/static/i18n/en.json4
-rw-r--r--web/static/i18n/es.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 4b3397a08..038b1342d 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1,4 +1,4 @@
{
- "about.close": "Close",
- "about.date": "Build Date:"
+ "login.find_teams": "Find your other teams",
+ "login.forgot_password": "I forgot my password"
} \ No newline at end of file
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 4b3397a08..b849489cb 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -1,4 +1,4 @@
{
- "about.close": "Close",
- "about.date": "Build Date:"
+ "login.find_teams": "Find your other teams (spanish!)",
+ "login.forgot_password": "I forgot my password (spanish!)"
} \ No newline at end of file