diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index ddd917edc0..294125842e 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -116,9 +116,9 @@
Trackable |
{% include "slide.html" with state=part.trackable field='trackable' %} |
{% if part.trackable %}
- Part stock will be tracked by (serial or batch) |
+ Part stock is tracked by serial number |
{% else %}
- Part stock will not be tracked by |
+ Part stock is not tracked by serial number |
{% endif %}