diff --git a/InvenTree/part/templates/part/part_sidebar.html b/InvenTree/part/templates/part/part_sidebar.html index 08f2018663..4458a5b681 100644 --- a/InvenTree/part/templates/part/part_sidebar.html +++ b/InvenTree/part/templates/part/part_sidebar.html @@ -9,7 +9,7 @@ {% trans "Parameters" as text %} {% include "sidebar_item.html" with label="part-parameters" text=text icon="fa-th-list" %} {% if part.is_template %} -{% trans "Variants" as text %}F +{% trans "Variants" as text %} {% include "sidebar_item.html" with label="variants" text=text icon="fa-shapes" %} {% endif %} {% trans "Stock" as text %}