diff options
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index 4f755cb69..ac185a2da 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -14,13 +14,13 @@ [% status_message %] -<h2>New reports</h2> +<h2>[% loc('Submitted') %]</h2> [% INCLUDE list, problems = unconfirmed.all %] <h2>[% loc('Planned') %]</h2> [% INCLUDE list, problems = approval.all %] -<h2>All reports</h2> +<h2>[% loc('All reports') %]</h2> [% INCLUDE list, problems = other.all %] [% INCLUDE 'admin/footer.html' %] |