diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-23 00:43:03 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-23 00:43:03 +0100 |
commit | b191afcb5bb19e11b340a5092b3205ac67b4e4a7 (patch) | |
tree | 33636786a92b879cee5841f37bcb5b40e4761c0f /app/assets | |
parent | de9b6e3a6a8b62ffc2219d980f6ac4fea3f005d7 (diff) |
Fix confirmation email being sent to old address when changing it
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index ddd7dd0c8..50007a7da 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -22,6 +22,7 @@ const en = { "account.follows": "Follows", "account.followers": "Followers", "account.follows_you": "Follows you", + "account.requested": "Awaiting approval", "getting_started.heading": "Getting started", "getting_started.about_addressing": "You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the search form.", "getting_started.about_shortcuts": "If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.", |