Change Ignore to Reject for chat invites (#10825)

This commit is contained in:
DS Boyce
2026-06-09 12:40:35 -07:00
committed by GitHub
parent 852cb53cab
commit 0558e8b79a
+3 -3
View File
@@ -474,14 +474,14 @@ function RejectButton({
return ( return (
<Button <Button
label={l`Ignore join request`} label={l`Reject join request`}
size="small" size="small"
color="secondary" color="secondary"
disabled={disabled} disabled={disabled}
onPress={onPress}> onPress={onPress}>
<ButtonText> <ButtonText>
<Trans comment="Ignore a request to join a chat" context="button"> <Trans comment="Reject a request to join a chat" context="button">
Ignore Reject
</Trans> </Trans>
</ButtonText> </ButtonText>
</Button> </Button>