diff options
Diffstat (limited to 'src/components/moderation/LabelsOnMe.tsx')
-rw-r--r-- | src/components/moderation/LabelsOnMe.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/moderation/LabelsOnMe.tsx b/src/components/moderation/LabelsOnMe.tsx index 77d0e2d93..95b5853cf 100644 --- a/src/components/moderation/LabelsOnMe.tsx +++ b/src/components/moderation/LabelsOnMe.tsx @@ -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> |