Change language from 'game' to 'room' in certain spots

This commit is contained in:
AlecM33
2023-08-05 11:18:35 -04:00
parent 3d64c19394
commit fc542597a0
7 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ export const HTMLFragments = {
<input type="text" id="moderator-name" autocomplete='given-name' placeholder="enter your name...">
</div>
<div>
<label for="test-game">Populate the game with bots?</label>
<label for="test-game">Populate the room with bots?</label>
<select id="test-game">
<option value="no" selected>No</option>
<option value="yes">Yes</option>