diff --git a/resources/lang/en.json b/resources/lang/en.json index 4b98565f6..c31101bc9 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -132,10 +132,6 @@ "info_enemy_panel": "Enemy info panel", "exit_confirmation": "Are you sure you want to exit the game?" }, - "slider": { - "label": "Bots:", - "disabled": "Disabled" - }, "single_modal": { "title": "Single Player", "allow_alliances": "Allow alliances", diff --git a/resources/lang/ko.json b/resources/lang/ko.json index ca096fe03..0534d27f5 100644 --- a/resources/lang/ko.json +++ b/resources/lang/ko.json @@ -132,10 +132,6 @@ "enables_title": "설정 활성화", "start": "게임 시작하기" }, - "slider": { - "label": "봇:", - "disabled": "사용 안 함" - }, "map": { "map": "지도", "world": "세계", diff --git a/src/client/HostLobbyModal.ts b/src/client/HostLobbyModal.ts index 4642d5e3e..37f954476 100644 --- a/src/client/HostLobbyModal.ts +++ b/src/client/HostLobbyModal.ts @@ -311,17 +311,26 @@ export class HostLobbyModal extends LitElement { ${translateText("host_modal.options_title")}
- + +