From 32fda78a5c6e5a8ebef9c01baedc82b53a33834a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 14 May 2024 13:47:31 -0700 Subject: [PATCH] Update placeholders in a few strings --- _locales/en/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a12dc02c5b53..872440bfb353 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -4243,15 +4243,15 @@ "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke--many--other": { - "messageformat": "{memberName} revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.", + "messageformat": "{memberName} revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.", "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke--many--you": { - "messageformat": "You revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.", + "messageformat": "You revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.", "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke--many--unknown": { - "messageformat": "An admin revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.", + "messageformat": "An admin revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.", "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke-invite-from--one--other": { @@ -4263,7 +4263,7 @@ "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke-invite-from--one--unknown": { - "messageformat": "An admin revoked an invitation to the group for # person invited by {memberName}.", + "messageformat": "An admin revoked an invitation to the group for 1 person invited by {memberName}.", "description": "Shown in timeline or conversation preview when v2 group changes" }, "icu:GroupV2--pending-remove--revoke-invite-from-you--one--other": {