From 172945bbfca51327ef12e99c75c6dd3bf72316a3 Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:21:17 +0100 Subject: [PATCH] Missing translation: "host_modal.crowded" (#3102) ## Description: Join Lobby Modal will show: Crowded modifier Enabled ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I process any text displayed to the user through translateText() and I've added it to the en.json file - [X] I have added relevant tests to the test directory - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: FloPinguin --- resources/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index a25b0fb6d..44ebe941a 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -447,7 +447,8 @@ "gold_multiplier": "Gold multiplier", "gold_multiplier_placeholder": "2.0x", "starting_gold": "Starting gold", - "starting_gold_placeholder": "5000000" + "starting_gold_placeholder": "5000000", + "crowded": "Crowded modifier" }, "team_colors": { "red": "Red",