diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 5cdeccea13..bef5a52896 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -18,7 +18,7 @@ {% endif %} {% if part.variant_of %}
- {% trans "This part is a variant of" %} {{ part.variant_of.full_name }} + {% trans "This part is a variant of" %} {{ part.variant_of.full_name }}
{% endif %}