aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-14 14:30:01 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-14 14:30:01 +0000
commit59c84e8f189ab4a4879280c0fe92a8e79d370dc4 (patch)
tree43c7eb741e2dddf6bbbde40eed7a9e1df9a620dc /templates
parent1ae4193139c97d47e4694f9b0b5ef0b23074c8d3 (diff)
Used same variable for two things.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/stats.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/stats.html b/templates/web/zurich/admin/stats.html
index e001c3d94..f03311a83 100644
--- a/templates/web/zurich/admin/stats.html
+++ b/templates/web/zurich/admin/stats.html
@@ -29,7 +29,7 @@
<li>[% loc('Hidden') %]: [% reports_spam || 0 %]
<li>Externe Adressen: [% reports_assigned || 0 %]
<li>[% loc('Moderated by division within one working day') %]: [% reports_moderated || 0 %]
-<li>[% loc('Dealt with by subdivision within 5 working days') %]: [% reports_solved || 0 %]
+<li>[% loc('Dealt with by subdivision within 5 working days') %]: [% reports_dealtwith || 0 %]
<li>[% loc('Assign to different category:') %] [% reports_category_changed || 0 %]
<li>[% loc('Photo') %]: [% pictures_taken || 0 %]
<li>[% loc('Publish photo') %]: [% pictures_published || 0 %]