diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-28 13:51:56 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-28 15:23:47 -0300 |
commit | d133b2876e49bdb285c8e8f1bdf64502d8bf9a02 (patch) | |
tree | 19b0142ab4b11f3b9c26ebef61a4b9a6f23f7924 /web-ui/app | |
parent | a6c848f373e4842c29c602ec7071d9b964587095 (diff) |
[#932] Adds new password form
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 8b85685c..22f533c0 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -98,6 +98,13 @@ "description": "When you created your account you received a message - it was sent by team@pixelated-project.org. You'll need the recovery code that is in it.", "input-label": "type here your backup code", "button": "Next" + }, + "new-password-form": { + "image-description": "New Password - Step 3 of 4", + "title": "Now, create a new password", + "input-label1": "create new password", + "input-label2": "confirm your new password", + "button": "Next" } }, "backup-account": { |