diff options
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 %] |