diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 15:53:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 18:18:49 +0100 |
commit | 4604ac3ac68a1592fa0387aff17082a695c76efe (patch) | |
tree | cafbd1bff6c0e1f39303089cb46ec2d001e5f93d /templates | |
parent | e466e4db9be320953fbda98e3fbb291c8fe067dc (diff) |
Version 2.2.
Couple of missed strings for translation, and prevent a couple of
warnings in tests.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/admin/states/index.html | 8 | ||||
-rw-r--r-- | templates/web/base/alert/_list.html | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/templates/web/base/admin/states/index.html b/templates/web/base/admin/states/index.html index bd87f5013..1b68d4aea 100644 --- a/templates/web/base/admin/states/index.html +++ b/templates/web/base/admin/states/index.html @@ -6,9 +6,9 @@ <table> <tr> - <th>Label</th> - <th>Type</th> - <th colspan="2">Name</th> + <th>[% loc('Label') %]</th> + <th>[% loc('Type') %]</th> + <th colspan="2">[% loc('Name') %]</th> <th> </th> </tr> [% FOREACH state IN open_states.merge(closed_states).merge(fixed_states) %] @@ -97,7 +97,7 @@ </p> <p> - <label for="type">[% loc('Label') %]</label> + <label for="type">[% loc('Type') %]</label> <select name="type" id="type"> <option value="open">[% loc('Open') %]</option> <option value="closed">[% loc('Closed') %]</option> diff --git a/templates/web/base/alert/_list.html b/templates/web/base/alert/_list.html index 1f3393b19..d997a5abb 100644 --- a/templates/web/base/alert/_list.html +++ b/templates/web/base/alert/_list.html @@ -12,12 +12,10 @@ [% IF reported_to_options %] <p> - [% tprintf(loc('Reports near %s are sent to different councils, - depending on the type of problem.'), name_of_location) %] + [% tprintf(loc('Reports near %s are sent to different councils, depending on the type of problem.'), name_of_location) %] </p> <p> - [% loc('You can choose to subscribe to all problems reported in an - area, or reports based on their destination.') %] + [% loc('You can choose to subscribe to all problems reported in an area, or reports based on their destination.') %] </p> <div class="alerts__columns"> <div> |