zio/stable
Hailey 2024-05-16 14:16:51 -07:00 committed by GitHub
parent 0c6af4fc6e
commit ba068c8934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -55,13 +55,13 @@ export function LabelsOnMe({
<Plural <Plural
value={labels.length} value={labels.length}
one="# label has been placed on this account" 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 <Plural
value={labels.length} value={labels.length}
one="# label has been placed on this content" 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> </ButtonText>