diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-10 00:35:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 00:35:49 +0200 |
commit | 36b39fbac55a9b141b99b54f193ec2702f8c3c39 (patch) | |
tree | 394b0d1d1e80f90c49511ce30fef01eda44b6d8c /config/locales | |
parent | 2cb16c20a636a364b6d4d17f9588541a0d113731 (diff) |
Add preference to disable e-mails about new pending accounts (#10529)
Diffstat (limited to 'config/locales')
-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 3317127f3..1a43e19e2 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -128,6 +128,7 @@ en: 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 + pending_account: Send e-mail when a new account needs review reblog: Send e-mail when someone boosts your status report: Send e-mail when a new report is submitted 'no': 'No' |