aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-08-15 17:02:26 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-05 17:31:08 +0100
commit007f413b4db284ca74bc6b40b82e3424e48482da (patch)
treeb67ae355eabdae930ea4a53e3cb677aa6311844e
parenta711d5bf42a469479e25abfbd4daa8fb0421c9b0 (diff)
update langauge describing flagging
Correct the incorrect assertion that this has any affect: it doesn't (but adding to the abuse table does)
-rw-r--r--templates/web/default/admin/flagged.html6
-rw-r--r--templates/web/default/admin/user-form.html6
2 files changed, 7 insertions, 5 deletions
diff --git a/templates/web/default/admin/flagged.html b/templates/web/default/admin/flagged.html
index a7c44c3bd..8c831ddb9 100644
--- a/templates/web/default/admin/flagged.html
+++ b/templates/web/default/admin/flagged.html
@@ -5,8 +5,6 @@
[% loc("You can flag any report or user by editing them, and they will be listed on this page.
For example, this can useful if you want to keep an eye on a user who has posted inappropriate
reports in the past.") %]
- <br>
- [% loc("Reports made by flagged users are never sent through to bodies, but are automatically hidden instead.") %]
</p>
<h2>[% loc( 'Problems' ) %]</h2>
@@ -29,6 +27,10 @@
[% END %]
<h2>[% loc( 'Users' ) %]</h2>
+<p class="fms-admin-info">
+ [% loc("Flagged users are not restricted in any way. This is just a list of users that have been marked for attention.") %]
+</p>
+
[% IF users.count > 0 %]
<table cellspacing="0" cellpadding="2" border="1">
<tr>
diff --git a/templates/web/default/admin/user-form.html b/templates/web/default/admin/user-form.html
index 2f9d1269e..489752d8c 100644
--- a/templates/web/default/admin/user-form.html
+++ b/templates/web/default/admin/user-form.html
@@ -36,11 +36,11 @@
<li>
<div class="admin-hint">
<p>
- [% loc("Mark abusive users as <strong>flagged</strong>.") %]
- <br>
- [% loc("Reports made by flagged users are never sent through to bodies, but are automatically hidden instead.") %]
+ [% loc("Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>.") %]
<br>
[% tprintf(loc("Flagged users are listed on the <a href='%s'>flagged</a> page."), c.uri_for( 'flagged' )) %]
+ <br>
+ [% loc("You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create.") %]
</p>
</div>