From 934254579311798f3729200b73a62b9cfebeae0e Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Tue, 8 Jul 2025 02:19:11 -0700 Subject: [PATCH] static/webui/script.js aktualisiert --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index 9649019e..795223e8 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -2171,7 +2171,7 @@ function doAddMissingMaxRankMods() { // DetailedView Route single.getRoute("#detailedView-route").on("beforeload", function () { - this.element.querySelector("h3").textContent = "Loading..."; + this.element.querySelector("h3").textContent = loc("detailedView_loading"); document.getElementById("archonShards-card").classList.add("d-none"); document.getElementById("valenceBonus-card").classList.add("d-none"); if (window.didInitialInventoryUpdate) {