summaryrefslogtreecommitdiff
path: root/app/views/abuse_report_mailer
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/abuse_report_mailer')
-rw-r--r--app/views/abuse_report_mailer/notify.text.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/abuse_report_mailer/notify.text.haml b/app/views/abuse_report_mailer/notify.text.haml
index 70e4e6a3c6c..7dacf857035 100644
--- a/app/views/abuse_report_mailer/notify.text.haml
+++ b/app/views/abuse_report_mailer/notify.text.haml
@@ -1,5 +1,5 @@
-An abuse report was filed on `#{@abuse_report.user.username}` by `#{@abuse_report.reporter.username}`.
+#{@abuse_report.user.name} (@#{@abuse_report.user.username}) was reported for abuse by #{@abuse_report.reporter.name} (@#{@abuse_report.reporter.username}).
\
-= @abuse_report.message
+> #{@abuse_report.message}
\
-Abuse report admin screen: #{abuse_reports_url} \ No newline at end of file
+View details: #{admin_abuse_reports_url}