From e586cddb263fde1ea687fd5d8465315917af5cc9 Mon Sep 17 00:00:00 2001 From: Paul Houghton Date: Sun, 8 Sep 2019 22:45:10 +0100 Subject: [PATCH] Some tweaks that weren't included. --- web/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/game.php b/web/game.php index e45a67d..b8d3665 100644 --- a/web/game.php +++ b/web/game.php @@ -344,7 +344,7 @@ if ($game["players_min"] == $game["players_max"]) { if ($game["players_min"] == 1) { - $players="Single player"; + $players="Single Player"; } else { $players=$game["players_min"] . " players"; }