aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-11 09:54:45 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-11 09:54:45 +0000
commit6ecb2adb45cc6d4f072c3082b6561fd50f43e405 (patch)
tree69c69f4e4a99f4244e72f3c81fb10cfe30e95709
parent7bfdc9f2e4fdaa10f6926d7841532e4da2bd2ac1 (diff)
Missed off a translation.
-rw-r--r--templates/web/zurich/admin/index-dm.html4
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' %]