diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index 787e071036..b561d08ae5 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -33,33 +33,39 @@
@@ -89,28 +95,28 @@
- | Buildable |
+ Buildable |
{% include "yesnolabel.html" with value=part.buildable %} |
- | Consumable |
+ Consumable |
{% include "yesnolabel.html" with value=part.consumable %} |
- | Trackable |
+ Trackable |
{% include "yesnolabel.html" with value=part.trackable %} |
- | Purchaseable |
+ Purchaseable |
{% include "yesnolabel.html" with value=part.purchaseable %} |
- | Salable |
+ Salable |
{% include "yesnolabel.html" with value=part.salable %} |
{% if part.minimum_stock > 0 %}
- | Minimum Stock |
+ Minimum Stock |
{{ part.minimum_stock }} |
{% endif %}