summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-08-09 00:45:47 -0700
committerStan Hu <stanhu@gmail.com>2015-08-09 00:45:47 -0700
commit91083d9ebbab5601c7ebc3996839ee511c7f6322 (patch)
tree4389f6dbb4c7304474917c1f672795a5f7be7ac4
parent59c486dcc1b46af62f8c526c9aea6a9c615fd914 (diff)
parent6783437ce5e9c1a2a7d680b42986311d79cc204c (diff)
downloadgitlab-ce-91083d9ebbab5601c7ebc3996839ee511c7f6322.tar.gz
Merge pull request #9543 from rumpelsepp/english
Improve abuse report wording
-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