diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-04 13:26:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 13:26:25 +0200 |
commit | 251bbf9728a310353c3957a0ad51a7f641aa0a9e (patch) | |
tree | 2f56e56d298f4e1851ac2971e44e0418ae36eb5b /config | |
parent | a78b27c7cce9529e49e1572ac77b6081b60003b2 (diff) |
Show remote reports in admin UI as coming from domain rather than user (#7347)
Fix #6994
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 1468d8559..f7127f794 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -376,6 +376,7 @@ en: admin_mailer: new_report: body: "%{reporter} has reported %{target}" + body_remote: Someone from %{domain} has reported %{target} subject: New report for %{instance} (#%{id}) application_mailer: notification_preferences: Change e-mail preferences |