From a0d7c36e3bb2668bb0e1d97c2be8d6cbb23d9dbf Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:43:15 -0700 Subject: [PATCH] Update reaction label to use pluralization --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4fe7a0cf35e..ffc32cc2566 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -5083,7 +5083,7 @@ "description": "aria-label for reaction emoji when one person reacts with an emoji" }, "icu:Message__reaction-emoji-label--many": { - "messageformat": "{count} people reacted with {emoji}", + "messageformat": "{count, plural, other {# people}} reacted with {emoji}", "description": "Used as an aria-label for when many people react to a message. Count is always greater than 1" }, "icu:Message__role-description": {