From b2be9605b6fff7d9673b3fc2a27fc693c47d7886 Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:51:08 -0800 Subject: [PATCH] Fix pluralization of "in this call" message --- _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 3fb667441d..1d579c36d6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1917,7 +1917,7 @@ "description": "(Deleted 2024/02/29) Shown in the participants list to describe how many people are in the call" }, "icu:calling__in-this-call": { - "messageformat": "In this call · {people, plural, one {# person} other {# people}} people", + "messageformat": "In this call · {people, plural, one {# person} other {# people}}", "description": "Shown in the participants list to describe how many people are in the call" }, "icu:calling__you-have-blocked": {