diff options
author | Hailey <me@haileyok.com> | 2024-05-16 14:16:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 16:16:51 -0500 |
commit | ba068c893468aa2008abac91cafa10b13a6f04a3 (patch) | |
tree | 4547e930e6d1c518f8f0382787e90afdfed91cff /src/components | |
parent | 0c6af4fc6e0cfa8e0b0f71ddf946fa31ee251678 (diff) | |
download | voidsky-ba068c893468aa2008abac91cafa10b13a6f04a3.tar.zst |
fix typo (#4060)
Diffstat (limited to 'src/components')
-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> |