From 70eee522978333174c9e51b0f7505413a9a2b66c Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 22 Feb 2016 07:53:09 -0800 Subject: [PATCH] Localizing back button --- i18n/en.json | 4 ++++ web/templates/claim_account.html | 2 +- web/templates/docs.html | 2 +- web/templates/find_team.html | 2 +- web/templates/login.html | 2 +- web/templates/password_reset.html | 2 +- web/templates/signup_team_complete.html | 2 +- web/templates/signup_team_confirm.html | 2 +- web/templates/signup_user_complete.html | 2 +- web/templates/verify.html | 2 +- web/web.go | 1 + 11 files changed, 14 insertions(+), 9 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index f45f655260..b904cd8227 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3355,6 +3355,10 @@ "id": "web.find_team.title", "translation": "Find Team" }, + { + "id": "web.header.back", + "translation": "Back" + }, { "id": "web.footer.about", "translation": "About" diff --git a/web/templates/claim_account.html b/web/templates/claim_account.html index 7580df1208..2a9126d1be 100644 --- a/web/templates/claim_account.html +++ b/web/templates/claim_account.html @@ -7,7 +7,7 @@