diff --git a/resources/lang/en.json b/resources/lang/en.json index 691e2706b..b0a08ebb4 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -234,12 +234,12 @@ "public_lobby": { "join": "Join next Game", "waiting": "players waiting", - "teams_Duos": "Duos (teams of 2)", - "teams_Trios": "Trios (teams of 3)", - "teams_Quads": "Quads (teams of 4)", + "teams_Duos": "of 2 (Duos)", + "teams_Trios": "of 3 (Trios)", + "teams_Quads": "of 4 (Quads)", "teams_hvn": "Humans Vs Nations", "teams": "{num} teams", - "players_per_team": "{num} Players per team" + "players_per_team": "of {num}" }, "matchmaking_modal": { "title": "Matchmaking",