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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}