From 50fa8dd269da94c3c62303ffd144652b24fa35b0 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 8 Jan 2025 17:41:02 +0100 Subject: [PATCH] Use ICU string for proper countdown via "1 minute" (#23636) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 08e32000fb..3c9e61fa20 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4862,7 +4862,7 @@ "operational_dataset": "Operational dataset", "change_channel": "Change channel", "change_channel_initiated_title": "Channel change in progress", - "change_channel_initiated_text": "The channel change has been initiated and will complete in {delay} minutes.", + "change_channel_initiated_text": "The channel change has been initiated and will complete in {delay} {delay, plural,\n one {minute}\n other {minutes}\n}.", "change_channel_invalid": "Invalid channel", "change_channel_label": "Channel", "change_channel_multiprotocol_enabled_title": "The Thread radio has multiprotocol enabled",