Change "identify" to "locate" for consistency with the app

This commit is contained in:
Oliver Walters 2022-05-10 08:31:40 +10:00
parent 26499816c1
commit a17ea3ac10
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
{% endif %}
{% mixin_available "locate" as locate_available %}
{% if plugins_enabled and locate_available %}
<button id='locate-item-button' title='{% trans "Identify stock item" %}' class='btn btn-outline-secondary' typy='button'>
<button id='locate-item-button' title='{% trans "Locate stock item" %}' class='btn btn-outline-secondary' typy='button'>
<span class='fas fa-search-location'></span>
</button>
{% endif %}

View File

@ -30,7 +30,7 @@
{% mixin_available "locate" as locate_available %}
{% if plugins_enabled and locate_available %}
<button id='locate-location-button' title='{% trans "Identify stock location" %}' class='btn btn-outline-secondary' typy='button'>
<button id='locate-location-button' title='{% trans "Locate stock location" %}' class='btn btn-outline-secondary' typy='button'>
<span class='fas fa-search-location'></span>
</button>