diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-27 00:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 00:04:00 +0200 |
commit | 42b82206322c73c4a4d7ac29ca9a781ab11e7b1a (patch) | |
tree | d27e31942c373cf8c919b512b0d6e45c0809468f /config/locales | |
parent | a91d968cab5120ca389fcc7d6788cafca85e69e7 (diff) |
Fix #1624 - Send e-mail notifications to admins about new reports (#3949)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9daaf53ec..944c24c60 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -193,6 +193,10 @@ en: title: PubSubHubbub topic: Topic title: Administration + admin_mailer: + new_report: + body: "%{reporter} has reported %{target}" + subject: New report for %{instance} (#%{id}) application_mailer: settings: 'Change e-mail preferences: %{link}' signature: Mastodon notifications from %{instance} @@ -399,9 +403,7 @@ en: manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:' recovery_codes: Backup recovery codes recovery_codes_regenerated: Recovery codes successfully regenerated - recovery_instructions_html: - If you ever lose access to your phone, you can use one of the recovery codes below to regain access to your account. <strong>Keep the recovery codes safe</strong>. - For example, you may print them and store them with other important documents. + recovery_instructions_html: If you ever lose access to your phone, you can use one of the recovery codes below to regain access to your account. <strong>Keep the recovery codes safe</strong>. For example, you may print them and store them with other important documents. setup: Set up wrong_code: The entered code was invalid! Are server time and device time correct? users: |