diff --git a/src/components/Discover/TrendingTokens.tsx b/src/components/Discover/TrendingTokens.tsx index de88bc4b52e..223a8041981 100644 --- a/src/components/Discover/TrendingTokens.tsx +++ b/src/components/Discover/TrendingTokens.tsx @@ -280,7 +280,7 @@ function FriendHolders({ friends }: { friends: FarcasterUser[] }) { {friends.length > 2 && ( {' '} - {i18n.t('trending_tokens.and_others', { count: howManyOthers })} + {i18n.t(t.and_others[howManyOthers === 1 ? 'one' : 'other'], { count: howManyOthers })} )}