summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-03-10 16:11:07 -0300
committerTayane Fernandes <tayane.rmf@gmail.com>2017-03-10 16:11:07 -0300
commit3c1cf6548939d164c4296eeaf637ec4a9901b0f4 (patch)
treea9a987073642932d0774fc579123cfb0b52d32fc /web-ui/app/locales/en_US/translation.json
parentbc947d268b55fb513101534bd06901f686f5f3cf (diff)
[#923] Add translation for the validation error
@FrailWords
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 3f050e67..9df1867e 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -86,7 +86,10 @@
"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"
+ "button": "Add Account",
+ "error": {
+ "invalid-email": "Please enter a valid email address"
+ }
},
"back-to-inbox": "Back to my inbox",
"footer-text": "Product in development. Feedback and issues to",