Change focus filter rooms keybind to (Alt/Ctrl)+S

This commit is contained in:
miruka
2019-08-19 13:18:45 -04:00
parent 98803e8c23
commit 36dd6457ea
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ Banner {
avatar.displayName: inviterName
avatar.avatarUrl: inviterAvatar
labelText: qsTr("%1 invited you to the room.").arg(
labelText: qsTr("%1 invited you to this room.").arg(
Utils.coloredNameHtml(inviterName, inviterId)
)