Skip to content

Commit

Permalink
fix typo (#4060)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored May 16, 2024
1 parent 0c6af4f commit ba068c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/moderation/LabelsOnMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ export function LabelsOnMe({
<Plural
value={labels.length}
one="# label has been placed on this account"
other="# labels has been placed on this account"
other="# labels have been placed on this account"
/>
) : (
<Plural
value={labels.length}
one="# label has been placed on this content"
other="# labels has been placed on this content"
other="# labels have been placed on this content"
/>
)}
</ButtonText>
Expand Down

0 comments on commit ba068c8

Please sign in to comment.