Change Ignore to Reject for chat invites (#10825)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user