From 9f200aab05e8f71f8e4fb74f59a9b400e89f8964 Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Thu, 4 Jun 2026 08:51:51 +0100
Subject: [PATCH] Use correct `Plural` macro in InviteLinkDialog (#10723)
---
src/screens/Messages/components/InviteLinkDialog.tsx | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/screens/Messages/components/InviteLinkDialog.tsx b/src/screens/Messages/components/InviteLinkDialog.tsx
index ad6d4a08e5..6e898a0a9c 100644
--- a/src/screens/Messages/components/InviteLinkDialog.tsx
+++ b/src/screens/Messages/components/InviteLinkDialog.tsx
@@ -5,8 +5,7 @@ import {
moderateProfile,
type ModerationOpts,
} from '@atproto/api'
-import {plural} from '@lingui/core/macro'
-import {Trans, useLingui} from '@lingui/react/macro'
+import {Plural, Trans, useLingui} from '@lingui/react/macro'
import {useOpenComposer} from '#/lib/hooks/useOpenComposer'
import {createSanitizedDisplayName} from '#/lib/moderation/create-sanitized-display-name'
@@ -178,11 +177,7 @@ export function InviteLinkDialog({
Group chats can only have a maximum of{' '}
- {plural(convo.details.memberLimit, {
- one: '# person',
- other: '# people',
- })}
- .
+ .