Change "identify" to "locate" for consistency with the app
This commit is contained in:
parent
26499816c1
commit
a17ea3ac10
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue