From 8e55bf959345deea873bdbdbc99a7701a6924e13 Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Tue, 5 May 2026 01:19:11 +0900 Subject: [PATCH] Remove emoji from user settings (#3838) ## Description: Other settings previously included emojis, but those have since been removed. This change updates the user settings to keep the UI consistent. ## 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: aotumuri Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- resources/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index b1c181b7a..bbd229645 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -686,9 +686,9 @@ "left_click_label": "Left Click to Open Menu", "left_click_desc": "When ON, left-click opens menu and sword button attacks. When OFF, left-click attacks directly.", "left_click_menu": "Left Click Menu", - "attack_ratio_label": "⚔️ Attack Ratio", + "attack_ratio_label": "Attack Ratio", "attack_ratio_desc": "What percentage of your troops to send in an attack (1–100%)", - "territory_patterns_label": "🏳️ Territory Skins", + "territory_patterns_label": "Territory Skins", "territory_patterns_desc": "Choose whether to display territory skin designs in game", "coordinate_grid_label": "Coordinate Grid", "coordinate_grid_desc": "Toggle the alphanumeric grid overlay",