This commit is contained in:
Hailey
2024-05-16 14:16:51 -07:00
committed by GitHub
parent 0c6af4fc6e
commit ba068c8934
+2 -2
View File
@@ -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>