From c33a35851e911edcecb30118b3c901351214b5b5 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Thu, 25 Jun 2026 14:53:49 -0700 Subject: [PATCH] Show shorter text for account label badge (#10983) --- src/components/moderation/LabelsOnMe.tsx | 28 ++++++++++-------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/components/moderation/LabelsOnMe.tsx b/src/components/moderation/LabelsOnMe.tsx index ee8625b8a4..126e496887 100644 --- a/src/components/moderation/LabelsOnMe.tsx +++ b/src/components/moderation/LabelsOnMe.tsx @@ -2,7 +2,7 @@ import {type StyleProp, View, type ViewStyle} from 'react-native' import {type AppBskyFeedDefs, type ComAtprotoLabelDefs} from '@atproto/api' import {msg} from '@lingui/core/macro' import {useLingui} from '@lingui/react' -import {Plural, Trans} from '@lingui/react/macro' +import {Plural} from '@lingui/react/macro' import {useSession} from '#/state/session' import {atoms as a} from '#/alf' @@ -60,23 +60,17 @@ export function LabelsOnMe({ {type === 'account' ? ( - - {' '} - been placed on this account - + ) : ( - - {' '} - been placed on this content - + )}