From 77504a26b3c652dce72b3f8fe7948f394d9daf89 Mon Sep 17 00:00:00 2001 From: iamlewis Date: Fri, 26 Dec 2025 20:13:43 +0000 Subject: [PATCH] Discord end game screen update (#2701) ## Description: Changes the end game discord win model by a few lines of code.... not sure what else i need to say to shut up the code rabbit suggestion and clear the check..... the weather is nice, bit cold tho ## 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: Iamlewis --- 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 66bbda6ed..0094805d0 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -576,7 +576,7 @@ "ofm_winter_description": "Join the competitive tournament and compete against the best players", "join_tournament": "Join Tournament", "join_discord": "Join Our Discord Community!", - "discord_description": "Connect with other players, get updates, and share strategies", + "discord_description": "Connect with players, discover new features, and win prizes!", "join_server": "Join Server", "youtube_tutorial": "Need some help?" },