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:
Joshua Goins
2025-12-24 18:43:12 -05:00
parent edcf81f0da
commit a41966ecd7

View File

@@ -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()