diff --git a/static/webui/script.js b/static/webui/script.js index e0162266..4f995de8 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -208,7 +208,7 @@ function updateLocElements() { .split("|") .map(key => loc(key)) .join(", "); - elm.title = `${loc("worldState_incompatibleWith")}: ${incWith}`; + elm.title = `${loc("worldState_incompatibleWith")} ${incWith}`; }); document.querySelectorAll("[data-loc-year]").forEach(elm => { elm.innerHTML = elm.innerHTML.replace("|YEAR|", elm.getAttribute("data-loc-year"));