From 2b606f280b86933338904dc0b7b6142afae44dbd Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:09:52 +0100 Subject: [PATCH] Fix: 'Mini Map' to 'Compact Map' for Private Lobby Modal (#2520) ## Description: Fix for v27. In commit https://github.com/openfrontio/OpenFrontIO/commit/91ff1c0e538b80825fd4374b936763923905cb1d, the name of Mini Map was changed to Compact Map. But it was only done for the Single Player modal by mistake. This PR also changes it for the Host Lobby Modal. ## 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: tryout33 --- 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 ffc857a62..ec27601e8 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -267,7 +267,7 @@ "donate_gold": "Donate gold", "infinite_troops": "Infinite troops", "donate_troops": "Donate troops", - "compact_map": "Mini Map", + "compact_map": "Compact Map", "automatic_difficulty": "Automatic Difficulty", "enables_title": "Enable Settings", "player": "Player",