summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-03-14 14:32:57 -0300
committerTayane Fernandes <tayane.rmf@gmail.com>2017-03-14 16:21:01 -0300
commit4adc96390f05a3271e5daaa4d5e4d0317f4edad8 (patch)
tree005b4493ff667ded5e0223943d5ba77da7af6951 /web-ui/app/locales/en_US/translation.json
parentea12f3740dd4ff35fc3bc117140543988bdb757b (diff)
[#971] Extract Backup email page to a new component
with @tuliocasagrande
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json18
1 files changed, 10 insertions, 8 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 9df1867e..25d406b2 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -81,14 +81,16 @@
},
"backup-account": {
"page-title": "Pixelated Backup Account",
- "image-description": "Forgot my password!",
- "title": "What if you forget your password?",
- "paragraph1": "You will need a backup account. Choose an alternative email address you use regularly.",
- "paragraph2": "Instructions to recover your password will be sent to this email address, save it.",
- "input-label": "Type your backup account",
- "button": "Add Account",
- "error": {
- "invalid-email": "Please enter a valid email address"
+ "backup-email": {
+ "image-description": "Forgot my password!",
+ "title": "What if you forget your password?",
+ "paragraph1": "You will need a backup account. Choose an alternative email address you use regularly.",
+ "paragraph2": "Instructions to recover your password will be sent to this email address, save it.",
+ "input-label": "Type your backup account",
+ "button": "Add Account",
+ "error": {
+ "invalid-email": "Please enter a valid email address"
+ }
}
},
"back-to-inbox": "Back to my inbox",