Pluralize

This commit is contained in:
Eric Bailey
2024-10-17 11:33:38 -05:00
parent 4fb85d7399
commit 7ed5d7547b
+1 -1
View File
@@ -76,7 +76,7 @@ export function LabelsBtn({
{labels.length > 0 ? ( {labels.length > 0 ? (
<Trans>Labels added</Trans> <Trans>Labels added</Trans>
) : ( ) : (
<Trans>Add label</Trans> <Trans>Add labels</Trans>
)} )}
</ButtonText> </ButtonText>
</Button> </Button>