diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-01 11:05:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-03 11:25:18 +0100 |
commit | 3d265b7913942958ee7ed12f5c7d7e980a07acff (patch) | |
tree | 6f4cccea074fc2a1a66497fdc3d665f3cb0e57a6 /templates | |
parent | ed4b5d488dfed411be0ba03e7cd1e0c5998f0de7 (diff) |
Revert 50693857 “Clearer relocation options...”
So version 2.4.1 has no translation changes, putting back straight after.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/new/fill_in_details_form.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html index c819d34a0..a508b9307 100644 --- a/templates/web/base/report/new/fill_in_details_form.html +++ b/templates/web/base/report/new/fill_in_details_form.html @@ -1,10 +1,7 @@ <h1>[% loc('Report your problem') %]</h1> [% IF report.used_map %] - <ul class="change_location"> - <li class="change_location__map">[% loc('Click the map or drag the pin to adjust the location') %]</li> - <li class="change_location__search">[% loc('Or <a href="/">search for a different location</a>') %]</li> - </ul> + <p class="change_location">[% loc('Wrong location? Just click again on the map.') %]</p> [% END %] [% TRY %][% INCLUDE 'report/new/roads_message.html' %][% CATCH file %][% END %] |