XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore(webui): inform user to relog after IGN change (#2981)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2981 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

49eb14f7
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

2 个文件 +2 -1
Modified static/webui/script.js +1 -0
@@ -169,6 +169,7 @@ function renameAccount(taken_name) {
169 169 } else {
170 170 $(".displayname").text(newname);
171 171 updateLocElements();
172 toast(loc("code_succRelog"));
172 173 }
173 174 });
174 175 });
Modified static/webui/translations/de.js +1 -1
@@ -51,7 +51,7 @@ dict = {
51 51 code_focusUnlocked: `|COUNT| neue Fokus-Schulen freigeschaltet! Ein Inventar-Update wird benötigt, damit die Änderungen im Spiel sichtbar werden.`,
52 52 code_addModsConfirm: `Bist du sicher, dass du |COUNT| Mods zu deinem Account hinzufügen möchtest?`,
53 53 code_succImport: `Erfolgreich importiert.`,
54 code_succRelog: `Fertig. Bitte beachte, dass du dich neu anmelden musst, um Änderungen im Spiel zu sehen.`,
54 code_succRelog: `Fertig. Bitte beachte, dass du dich neu anmelden musst, damit die Änderung im Spiel sichtbar wird.`,
55 55 code_nothingToDo: `Fertig. Es gab nichts zu tun.`,
56 56 code_gild: `Veredeln`,
57 57 code_moa: `Moa`,