${translateText("public_lobby.join")}
${lobby.gameConfig.gameMode === GameMode.Team
? translateText("public_lobby.teams", { num: teamCount ?? 0 })
: translateText("game_mode.ffa")}
${translateText(
`map.${lobby.gameConfig.gameMap.toLowerCase().replace(/\s+/g, "")}`,
)}
${lobby.numClients} / ${lobby.gameConfig.maxPlayers}
${timeDisplay}