From 6783437ce5e9c1a2a7d680b42986311d79cc204c Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Sat, 8 Aug 2015 19:46:34 +0200 Subject: Improve abuse report wording --- app/views/abuse_reports/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1