diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-02 14:58:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-02 14:58:23 +0000 |
commit | 2fc65ef99e7591f4f570c5102f46583a0ce9a793 (patch) | |
tree | c30c3c3da3adb22261ddadccc4f6f26d7ba1af37 /templates/web/zurich/admin/index.html | |
parent | 3ef78780e20e1ede6631a2243c7f337bea46b269 (diff) |
Version 1.8.v1.8
Add things missing from README, pull from Transifex, merge in new
translations, bump version number.
Diffstat (limited to 'templates/web/zurich/admin/index.html')
-rw-r--r-- | templates/web/zurich/admin/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/zurich/admin/index.html b/templates/web/zurich/admin/index.html index a51c7f6fe..275f50183 100644 --- a/templates/web/zurich/admin/index.html +++ b/templates/web/zurich/admin/index.html @@ -1,9 +1,9 @@ [% PROCESS 'admin/header.html' title=loc('Summary') -%] <ul> - <li>[% tprintf( loc('<strong>%d</strong> live problems'), total_problems_live ) %]; - [% tprintf( loc('from %d different users'), total_problems_users ) %]</li> - <li>[% tprintf( loc('%d council contacts – %d confirmed, %d unconfirmed'), contacts.total, contacts.1, contacts.0) %]</li> + <li>[% tprintf( loc('<strong>%s</strong> live problems'), total_problems_live ) %]; + [% tprintf( loc('from %s different users'), total_problems_users ) %]</li> + <li>[% tprintf( loc('%s council contacts – %s confirmed, %s unconfirmed'), contacts.total, contacts.1, contacts.0) %]</li> </ul> <h2>[% loc('Problem breakdown by state') %]</h2> |