mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Fix incorrect string (#4555)
Fixes https://github.com/inventree/InvenTree/issues/4547
This commit is contained in:
@ -144,7 +144,7 @@
|
|||||||
{% if not part.active %}
|
{% if not part.active %}
|
||||||
 
|
 
|
||||||
<div class='badge rounded-pill bg-danger'>
|
<div class='badge rounded-pill bg-danger'>
|
||||||
<span class='fas fa-skull-crossbones' title='{% trans "Part is virtual (not a physical part)" %}'></span>
|
<span class='fas fa-skull-crossbones' title='{% trans "Part is not active" %}'></span>
|
||||||
{% trans 'Inactive' %}
|
{% trans 'Inactive' %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user