diff --git a/InvenTree/templates/js/translated/part.js b/InvenTree/templates/js/translated/part.js index d5ab193429..08b258fdc2 100644 --- a/InvenTree/templates/js/translated/part.js +++ b/InvenTree/templates/js/translated/part.js @@ -1362,7 +1362,7 @@ function loadPartTable(table, url, options={}) { col = { field: 'unallocated_stock', - title: '{% trans "Available" %}', + title: '{% trans "Stock" %}', searchable: false, formatter: function(value, row) { var link = '?display=part-stock';