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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user