diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2015-04-13 15:41:40 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:27 +0100 |
commit | 91dd9efadc255c240b13e7b26b69426ed5139ab9 (patch) | |
tree | 7a08f51965238cbfa298c54c9d2a23f10bfbb1be /templates | |
parent | 0d566bdd283178e3648931e742e6f76b6f979ea7 (diff) |
[Zurich] Update de_CH .po file
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/stats.html b/templates/web/zurich/admin/stats.html index 036778980..fa8104496 100644 --- a/templates/web/zurich/admin/stats.html +++ b/templates/web/zurich/admin/stats.html @@ -2,7 +2,7 @@ [% PROCESS 'admin/report_blocks.html' %] [% USE date %] -<p style="float:right"><a href="[% c.uri_with( { export=1 } ) %]">[% loc('All Reports') %]</a></p> +<p style="float:right"><a href="[% c.uri_with( { export=1 } ) %]">[% loc('All Reports as CSV') %]</a></p> [% IF start_date AND end_date %] <p><strong>[% tprintf( loc( 'All reports between %s and %s' ), start_date.ymd, end_date.ymd ) | html %]</strong></p> |