mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 16:12:43 +00:00
Update SinglePlayerModal.ts
This commit is contained in:
@@ -297,7 +297,7 @@ export class SinglePlayerModal extends LitElement {
|
||||
@change=${this.handleDisableBotsChange}
|
||||
.checked=${this.disableBots}
|
||||
/>
|
||||
<div class="option-card-title">Disable Nations</div>
|
||||
<div class="option-card-title">Disable Bots</div>
|
||||
</label>
|
||||
|
||||
<label
|
||||
@@ -311,7 +311,7 @@ export class SinglePlayerModal extends LitElement {
|
||||
@change=${this.handleDisableNPCsChange}
|
||||
.checked=${this.disableNPCs}
|
||||
/>
|
||||
<div class="option-card-title">Disable NPCs</div>
|
||||
<div class="option-card-title">Disable Nations</div>
|
||||
</label>
|
||||
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user