Skip to content

Commit

Permalink
Integrate feedback pt 2
Browse files Browse the repository at this point in the history
Co-authored-by: Takayuki KUSANO <[email protected]>
  • Loading branch information
estrattonbailey and tkusano authored Mar 18, 2024
1 parent b600162 commit 1c73a52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/moderation/LabelsOnMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ const labelTarget = isAccount ? _(msg`account`) : _(msg`content`)
<ButtonText style={[a.leading_snug]}>
{labels.length}{' '}
{labels.length === 1 ? (
<Trans>
label has been placed on this {isAccount ? 'account' : 'content'}
</Trans>
<Trans>label has been placed on this {labelTarget}</Trans>
) : (
<Trans>
labels have been placed on this{' '}
Expand Down

0 comments on commit 1c73a52

Please sign in to comment.