2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Fix incorrect string (#4555)

Fixes https://github.com/inventree/InvenTree/issues/4547
This commit is contained in:
Oliver
2023-04-02 20:22:00 +10:00
committed by GitHub
parent 478fec4a4b
commit 1a52aece3a

View File

@ -144,7 +144,7 @@
{% if not part.active %}
 
<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' %}
</div>
{% endif %}