Adjust text for the ignore user option in invitiations
We use the "ignore" terminology elsewhere, so saying "block" here is kinda weird. I also made it clearer that this also rejects the invite, in case that wasn't obvious.
This commit is contained in:
@@ -156,7 +156,7 @@ ColumnLayout {
|
||||
id: ignoreUserDelegate
|
||||
|
||||
icon.name: "list-remove-symbolic"
|
||||
text: i18nc("@action:button Block the user", "Block %1", root.invitingMember.displayName)
|
||||
text: i18nc("@action:button Ignore the user", "Ignore %1 and Reject Invite", root.invitingMember.displayName)
|
||||
|
||||
onClicked: {
|
||||
root.currentRoom.forget()
|
||||
|
||||
Reference in New Issue
Block a user