chore(webui): inform user to relog after IGN change (#2981)
All checks were successful
Build / build (push) Successful in 1m55s
Build Docker image / docker (push) Successful in 2m16s

Reviewed-on: #2981
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit is contained in:
Animan8000 2025-11-02 23:28:55 -08:00 committed by Sainan
parent 5e455d1e90
commit 49eb14f758
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ function renameAccount(taken_name) {
} else {
$(".displayname").text(newname);
updateLocElements();
toast(loc("code_succRelog"));
}
});
});

View File

@ -51,7 +51,7 @@ dict = {
code_focusUnlocked: `|COUNT| neue Fokus-Schulen freigeschaltet! Ein Inventar-Update wird benötigt, damit die Änderungen im Spiel sichtbar werden.`,
code_addModsConfirm: `Bist du sicher, dass du |COUNT| Mods zu deinem Account hinzufügen möchtest?`,
code_succImport: `Erfolgreich importiert.`,
code_succRelog: `Fertig. Bitte beachte, dass du dich neu anmelden musst, um Änderungen im Spiel zu sehen.`,
code_succRelog: `Fertig. Bitte beachte, dass du dich neu anmelden musst, damit die Änderung im Spiel sichtbar wird.`,
code_nothingToDo: `Fertig. Es gab nichts zu tun.`,
code_gild: `Veredeln`,
code_moa: `Moa`,