diff options
Diffstat (limited to 'templates/web/default/admin/user-form.html')
-rw-r--r-- | templates/web/default/admin/user-form.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> |