diff --git a/static/webui/index.html b/static/webui/index.html index a3121f97..08995f54 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -465,12 +465,14 @@

-
+ - - +
+ + +
diff --git a/static/webui/script.js b/static/webui/script.js index bcf578da..476c3c6a 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -534,9 +534,6 @@ function updateInventory() { } } - document.querySelector("label[for='changeSyndicate']").innerText = loc("cheats_changeSupportedSyndicate") - .split("|SYNDICATE|") - .join(itemMap[data.SupportedSyndicate]?.name || loc("cheats_none")); document.getElementById("changeSyndicate").value = data.SupportedSyndicate ?? ""; }); }); diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index 5720a2f3..2087b210 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -106,7 +106,7 @@ dict = { cheats_account: `Account`, cheats_unlockAllFocusSchools: `Unlock All Focus Schools`, cheats_helminthUnlockAll: `Fully Level Up Helminth`, - cheats_changeSupportedSyndicate: `Change supported syndicate. Current: |SYNDICATE|`, + cheats_changeSupportedSyndicate: `Supported syndicate`, cheats_changeButton: `Change`, cheats_none: `None`, import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer will be overwritten in your account.`, diff --git a/static/webui/translations/ru.js b/static/webui/translations/ru.js index 87024996..97310997 100644 --- a/static/webui/translations/ru.js +++ b/static/webui/translations/ru.js @@ -107,7 +107,7 @@ dict = { cheats_account: `Аккаунт`, cheats_unlockAllFocusSchools: `Разблокировать все школы фокуса`, cheats_helminthUnlockAll: `Полностью улучшить Гельминта`, - cheats_changeSupportedSyndicate: `Изменить поддерживаемый синдикат. Текущий: |SYNDICATE|`, + cheats_changeSupportedSyndicate: `Поддерживаемый синдикат`, cheats_changeButton: `Изменить`, cheats_none: `Отсутствует`, import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля будут перезаписаны в вашем аккаунте.`,