aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-25 11:53:53 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-11-25 12:00:44 +0000
commitf58ce6c40c7caf2c79cde0dd9027b88f9704da94 (patch)
tree532dab633a4d7778b5a6b808914431a82ac93399
parentbcfa534f53b759a794bbf6daa736b3ef96d5b698 (diff)
Update wording on flagging unsuitable reports.
-rw-r--r--t/app/controller/contact.t2
-rw-r--r--templates/web/base/contact/index.html4
-rw-r--r--templates/web/base/report/display_tools.html2
3 files changed, 5 insertions, 3 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t
index 7c2769b9c..aabf915ad 100644
--- a/t/app/controller/contact.t
+++ b/t/app/controller/contact.t
@@ -99,7 +99,7 @@ for my $test (
$mech->content_contains( $test->{update}->{text} );
} else {
$mech->get_ok( '/contact?id=' . $problem->id );
- $mech->content_contains('reporting the following problem');
+ $mech->content_contains('Does this report break our');
$mech->content_contains( $test->{title} );
$mech->content_contains( $test->{meta} );
}
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 536b95527..a66d183b6 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -45,7 +45,9 @@
<input type="hidden" name="m" value="[% moderation_complaint %]">
[% loc('You are complaining that this problem report was unnecessarily moderated:') %]
[% ELSE %]
- [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %]
+ [% loc('Does this report break our <a href="/about/house-rules">House Rules</a>? Use this form to let us know.') %]
+ </p> <p>
+ <strong>[% loc('If you are trying to make a new report, please <a href="/">go to the front page</a> and follow the instructions.') %]</strong>
[% END %]
</p>
diff --git a/templates/web/base/report/display_tools.html b/templates/web/base/report/display_tools.html
index f27ed8da5..8a756a948 100644
--- a/templates/web/base/report/display_tools.html
+++ b/templates/web/base/report/display_tools.html
@@ -6,7 +6,7 @@
<input type="submit" id="key-tool-report-abuse" class="abuse btn" data-confirm="[% loc('Are you sure?') %]" name="remove_from_site" value="[% loc('Remove from site') %]">
</form></li>
[% ELSIF c.cobrand.moniker != 'zurich' %]
- <li><a rel="nofollow" id="key-tool-report-abuse" class="abuse" href="[% c.uri_for( '/contact', { id => problem.id } ) %]">[% loc('Report abuse' ) %]</a></li>
+ <li><a rel="nofollow" id="key-tool-report-abuse" class="abuse" href="[% c.uri_for( '/contact', { id => problem.id } ) %]">[% loc('Unsuitable?' ) %]</a></li>
[% END %]
[% IF c.cobrand.moniker != 'zurich' %]
<li><a rel="nofollow" id="key-tool-report-updates" class="feed" href="[% c.uri_for( '/alert/subscribe', { id => problem.id } ) %]">[% loc('Get updates' ) %]</a></li>