diff options
| author | Anike Arni <aarni@thoughtworks.com> | 2017-03-27 15:57:42 -0300 | 
|---|---|---|
| committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-28 11:44:41 -0300 | 
| commit | 7a6419d1628db465ebd543fac187012e58b67138 (patch) | |
| tree | 0a47fb9d13e971c988b9a9fd7df698b42cc9d4a0 /web-ui/app | |
| parent | a9462a5d761aab4d4bcd89412fb265155c981972 (diff) | |
[#932] Adds admin code form
Diffstat (limited to 'web-ui/app')
| -rw-r--r-- | web-ui/app/locales/en_US/translation.json | 10 | 
1 files changed, 9 insertions, 1 deletions
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",  | 
