replace "show only this location" with better text

This commit is contained in:
Laura Klünder 2018-12-25 20:05:15 +01:00
parent 32a68206f8
commit d4b596e25e
2 changed files with 80 additions and 80 deletions

View file

@ -30,7 +30,7 @@
{% if not embed %}
<section id="messages">{% include 'site/fragment_messages.html' %}</section>
<section id="popup-buttons">
<button class="button-clear as-location">{% trans 'Show only this location' %}</button>
<button class="button-clear as-location">{% trans 'Select this location' %}</button>
<button class="button-clear as-destination">{% trans 'Route to here' %}</button>
<button class="button-clear as-origin">{% trans 'Route from here' %}</button>
</section>