fix: matchmaking: undefinned in gamemode choice field

This commit is contained in:
Namonay
2024-05-06 18:09:48 +02:00
parent 2bc42e3349
commit 5a035e6370
6 changed files with 8 additions and 3 deletions

View File

@ -122,7 +122,7 @@ export default class extends AbstractAuthenticatedView {
<option value='pong'>Pong</option>
<option value='tictactoe'>ticTacToe</option>
</select>
<label for='game-type-input'>${lang.get("game_typeChoice")}</label>
<label for='game-type-input'>${lang.get("gamemodeChoice")}</label>
</div>
<div class='form-floating mb-2' id='nb-players-div'>
<input type='number' min='2' value='2' max='4' class='form-control' id='nb-players-input' placeholder='${lang.get("matchmakingNbPlayers")}'>