summaryrefslogtreecommitdiff
path: root/app/views/abuse_reports
diff options
context:
space:
mode:
authorStefan Tatschner <rumpelsepp@sevenbyte.org>2015-08-08 19:46:34 +0200
committerStefan Tatschner <rumpelsepp@sevenbyte.org>2015-08-08 19:46:34 +0200
commit6783437ce5e9c1a2a7d680b42986311d79cc204c (patch)
tree4389f6dbb4c7304474917c1f672795a5f7be7ac4 /app/views/abuse_reports
parent59c486dcc1b46af62f8c526c9aea6a9c615fd914 (diff)
downloadgitlab-ce-6783437ce5e9c1a2a7d680b42986311d79cc204c.tar.gz
Improve abuse report wording
Diffstat (limited to 'app/views/abuse_reports')
-rw-r--r--app/views/abuse_reports/new.html.haml2
1 files changed, 1 insertions, 1 deletions
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