fix typo (#4060)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user