mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Change "identify" to "locate" for consistency with the app
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user