From 647e2cf64d2b1c1b28843717ab4b15cb334d198a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 19 Oct 2020 16:06:18 +1100 Subject: [PATCH] Change text for barcode --- InvenTree/stock/templates/stock/item_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 5197285379..d7eb987aab 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -228,7 +228,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {% if item.uid %} - {% trans "Unique Identifier" %} + {% trans "Barcode Identifier" %} {{ item.uid }} {% endif %}