From 8a281da42926c101c319b2ebe2bdea39d231cbeb Mon Sep 17 00:00:00 2001 From: ZachB <135249826+Sashazach@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:51:15 -0500 Subject: [PATCH] fix typo: recieved -> received in quick chat help text (#2651) ## Description: Fixed a small typo found in-game. No functional changes, UI changes, or behavior changes beyond correcting displayed text. ## Checklist - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through `translateText()` and 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 ## Contact Discord username: **Sashazach#sashazach** --- 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 90c56a777..8a81345f3 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -68,7 +68,7 @@ "ui_events_desc": "The Event panel displays the latest events, requests and Quick Chat messages. Some examples are:", "ui_events_alliance": "Alliance - Alliance requests can be accepted or rejected. Allies can share resources and troops, but can't attack each other. Clicking Focus moves the view to the player who sent the request.", "ui_events_attack": "Attacks - Incoming attacks and your outgoing attacks are shown. Click the message to center the view on the attack, nuke or Boat (transport ship). You can retreat troops by clicking the red X button. This will cost the lives of 25% of your attacking troops. If you retrieve a Boat attack, the boat returns to its starting point and will attack there if the land has been captured since. Nukes can't be retreated once launched.", - "ui_events_quickchat": "Quick Chat - You can see sent and recieved chat messages here. Send a message to a player by clicking the Quick Chat icon in their Info menu.", + "ui_events_quickchat": "Quick Chat - You can see sent and received chat messages here. Send a message to a player by clicking the Quick Chat icon in their Info menu.", "ui_options": "Options", "ui_options_desc": "The following elements can be found inside:", "ui_playeroverlay": "Player info overlay",