tweak wording

This commit is contained in:
Hailey
2024-10-16 15:52:10 -07:00
committed by Samuel Newman
parent 6080a17193
commit 27b548178a
+1 -1
View File
@@ -74,7 +74,7 @@ export function LabelsBtn({
{labels.length > 0 ? ( {labels.length > 0 ? (
<Trans>Labels added</Trans> <Trans>Labels added</Trans>
) : ( ) : (
<Trans>Add self-label</Trans> <Trans>Self-labels</Trans>
)} )}
</ButtonText> </ButtonText>
</Button> </Button>