diff options
| author | Chris Mytton <self@hecticjeff.net> | 2013-10-15 14:12:35 +0100 |
|---|---|---|
| committer | Chris Mytton <self@hecticjeff.net> | 2013-10-15 14:12:35 +0100 |
| commit | 6daf4d511f5a2fd908d53ee974e04be4bf3ee722 (patch) | |
| tree | 277876af7da4ba2532e3e487b5a42909d0226c94 | |
| parent | b67a5bfa70d366a4cc73c8e7d8b4c0816503d54a (diff) | |
[Zurich] Add missing translation string
Part of mysociety/FixMyStreet-Commercial#423
| -rw-r--r-- | templates/web/default/admin/bodies.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html index 922110b2b..3925b9b2c 100644 --- a/templates/web/default/admin/bodies.html +++ b/templates/web/default/admin/bodies.html @@ -40,7 +40,7 @@ </td> [% IF c.cobrand.moniker == 'zurich' %] <td>[% body.endpoint %]</td> - <td>[% IF body.deleted %]Yes[% END %]</td> + <td>[% IF body.deleted %][% loc('Yes') %][% END %]</td> [% ELSE %] <td> [% IF counts.$id %] |
