From 1a52aece3a4ee33d507dab295e4f7767c794289e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 2 Apr 2023 20:22:00 +1000 Subject: [PATCH] Fix incorrect string (#4555) Fixes https://github.com/inventree/InvenTree/issues/4547 --- InvenTree/part/templates/part/part_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index f7be28565b..68347eb36e 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -144,7 +144,7 @@ {% if not part.active %}  
- + {% trans 'Inactive' %}
{% endif %}