From 89596f632a1e00a84f9a59b713088e7a771c3726 Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 8 Aug 2013 12:30:10 +0100 Subject: add user name admin hint --- templates/web/default/admin/user-form.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'templates/web/default/admin/user-form.html') diff --git a/templates/web/default/admin/user-form.html b/templates/web/default/admin/user-form.html index 9c60ec940..d2aae953e 100644 --- a/templates/web/default/admin/user-form.html +++ b/templates/web/default/admin/user-form.html @@ -2,7 +2,17 @@ -- cgit v1.2.3 From 007f413b4db284ca74bc6b40b82e3424e48482da Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 15 Aug 2013 17:02:26 +0100 Subject: update langauge describing flagging Correct the incorrect assertion that this has any affect: it doesn't (but adding to the abuse table does) --- templates/web/default/admin/user-form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/web/default/admin/user-form.html') 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 @@
  • - [% loc("Mark abusive users as flagged.") %] -
    - [% 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 flagged.") %]
    [% tprintf(loc("Flagged users are listed on the flagged page."), c.uri_for( 'flagged' )) %] +
    + [% loc("You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create.") %]

    -- cgit v1.2.3