diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js
index 2541f77272..6360f396bb 100644
--- a/InvenTree/templates/js/translated/stock.js
+++ b/InvenTree/templates/js/translated/stock.js
@@ -1458,7 +1458,7 @@ function loadStockTable(table, options) {
}
if (row.quantity <= 0) {
- html += `{% trans "Depleted" %}`;
+ html += `{% trans "Depleted" %}`;
}
return html;