From 40f9e017ed4ada16bf0f686f6b973f02c1d9fa56 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:14:27 +0100 Subject: [PATCH] Changed "Players per Team" to "Players per team" for consistency in capitalization. --- resources/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index a10097170..691e2706b 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -239,7 +239,7 @@ "teams_Quads": "Quads (teams of 4)", "teams_hvn": "Humans Vs Nations", "teams": "{num} teams", - "players_per_team": "{num} Players per Team" + "players_per_team": "{num} Players per team" }, "matchmaking_modal": { "title": "Matchmaking",