diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/base/around/display_location.html | 4 | ||||
-rw-r--r-- | templates/web/base/js/translation_strings.html | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/web/base/around/display_location.html b/templates/web/base/around/display_location.html index ed4ce209c..3ed16d3d3 100755 --- a/templates/web/base/around/display_location.html +++ b/templates/web/base/around/display_location.html @@ -71,6 +71,10 @@ [% END %] </p> + <div class="mobile-map-banner"> + <a href="/">[% loc('Home') %]</a> + <span>[% loc('Place pin on map') %]</span> + </div> </div> diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index 2171566ba..d006442af 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -28,7 +28,6 @@ right_place: '[% loc('Right place?') | replace("'", "\\'") %]', try_again: '[% loc('Try again') | replace("'", "\\'") %]', place_pin_on_map: '[% loc('Place pin on map') | replace("'", "\\'") %]', - home: '[% loc('Home') | replace("'", "\\'") %]', back: '[% loc('Back') | replace("'", "\\'") %]', how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]', more_details: '[% loc('Details') | replace("'", "\\'") %]', @@ -50,7 +49,5 @@ upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | replace("'", "\\'") %]', upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]', upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]', - upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]', - - report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' + upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]' }; |