diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js
index 629c61b856..5b416b4d22 100644
--- a/InvenTree/templates/js/translated/build.js
+++ b/InvenTree/templates/js/translated/build.js
@@ -1440,7 +1440,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
return makeProgressBar(allocated, required);
} else {
- return `{% trans "Loading" %}`;
+ return `{% trans "loading" %}...`;
}
},
sorter: function(valA, valB, rowA, rowB) {