From 7a6419d1628db465ebd543fac187012e58b67138 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Mon, 27 Mar 2017 15:57:42 -0300 Subject: [#932] Adds admin code form --- web-ui/app/locales/en_US/translation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 7d24a728..275e8d91 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -82,7 +82,15 @@ "tags": "Tags" }, "account-recovery": { - "page-title": "Pixelated Account Recovery" + "page-title": "Pixelated Account Recovery", + "admin-form": { + "title": "Contact your account administrator and ask for their part of the recovery code", + "tip1": "The safest way to do this is in person.", + "tip2": "You can call or text if you need to.", + "tip3": "Don't ever ask for it via email.", + "input-label": "type here admin's backup code", + "button": "Next" + } }, "backup-account": { "page-title": "Pixelated Backup Account", -- cgit v1.2.3 From c7d135c20c70b6bd5936177db90a7b8ce2d278c0 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 11:43:29 -0300 Subject: [#932] Tests next step of account recovery is translated --- web-ui/app/locales/en_US/translation.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web-ui/app') diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 275e8d91..26dccfcd 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -90,6 +90,9 @@ "tip3": "Don't ever ask for it via email.", "input-label": "type here admin's backup code", "button": "Next" + }, + "user-form": { + "title": "Remember your backup account?" } }, "backup-account": { -- cgit v1.2.3