diff --git a/app/views/abuse_reports/new.html.haml b/app/views/abuse_reports/new.html.haml index a3b34345a3c..cffd7684008 100644 --- a/app/views/abuse_reports/new.html.haml +++ b/app/views/abuse_reports/new.html.haml @@ -1,6 +1,6 @@ - page_title "Report abuse" %h3.page-title Report abuse -%p Please use this form to report users who create spam issues or comments or who otherwise behave inappropriately. +%p Please use this form to report users who create spam issues, comments or behave inappropriately. %hr = form_for @abuse_report, html: { class: 'form-horizontal'} do |f| = f.hidden_field :user_id