diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-26 22:04:16 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-26 22:04:16 +0100 |
commit | eca6110fc44c9a51925c1a217b1522d613648779 (patch) | |
tree | 5dbc17aeac018bf75044eff6e4c58cc55eaf6507 /config | |
parent | 5418df467d953316838b8eaee1ad90c33b3c15a6 (diff) |
Add preferences for follow request notification e-mails
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 12b717877..578208700 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -25,6 +25,7 @@ en: notification_emails: favourite: Send e-mail when someone favourites your status follow: Send e-mail when someone follows you + follow_request: Send e-mail when someone requests to follow you mention: Send e-mail when someone mentions you reblog: Send e-mail when someone reblogs your status 'no': 'No' |