From 1b08b51f11ee2ffc4f70845579b1f5884de71c78 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:11:06 +0100 Subject: [PATCH] fix(i18n): correct ICU placeholders in en send resource messages (#3171) ## Description: fix en.json ## Please complete the following: - [ ] I have added screenshots for all UI updates - [ ] I process any text displayed to the user through translateText() and I've added it to the en.json file - [ ] I have added relevant tests to the test directory - [ ] 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: DISCORD_USERNAME Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- resources/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index dc1136e24..fbd0c29e5 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -799,15 +799,15 @@ "send_troops_modal": { "title_with_name": "Send Troops to {name}", "available_tooltip": "Your current available troops", - "slider_tooltip": "{{percent}}% • {{amount}}", + "slider_tooltip": "{percent}% • {amount}", "aria_slider": "Troops slider", - "capacity_note": "Receiver can accept only {{amount}} right now." + "capacity_note": "Receiver can accept only {amount} right now." }, "send_gold_modal": { "title_with_name": "Send Gold to {name}", "available_tooltip": "Your current available gold", "aria_slider": "Amount slider", - "slider_tooltip": "{{percent}}% • {{amount}}" + "slider_tooltip": "{percent}% • {amount}" }, "replay_panel": { "replay_speed": "Replay speed",