From cf2c07895258c7ad8f9326e8d8ccbf0accb36d55 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 9 Mar 2022 15:27:44 +1100 Subject: [PATCH] Add spinning logo --- InvenTree/templates/js/translated/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {