diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-04 18:24:10 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:05 +0100 |
commit | 46c1f909ba820282df27c7a9821b998bb45dfb9b (patch) | |
tree | 4d792a94f9e1e198a0ad671b3d436f0d7cd31f6f | |
parent | ea1ecdb43b879ce3355aa11167ae11f5f444bd65 (diff) |
update flagged report page title
-rw-r--r-- | templates/web/default/admin/flagged.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/flagged.html b/templates/web/default/admin/flagged.html index fc8b1fae1..d48da042d 100644 --- a/templates/web/default/admin/flagged.html +++ b/templates/web/default/admin/flagged.html @@ -1,4 +1,4 @@ -[% INCLUDE 'admin/header.html' title=loc('Search Reports') %] +[% INCLUDE 'admin/header.html' title=loc('Flagged reports and users') %] [% PROCESS 'admin/report_blocks.html' %] |