Handle MatrixNotFound errors, not UserNotFound

UserNotFound doesn't exist anymore
This commit is contained in:
miruka
2020-06-02 20:19:09 -04:00
parent e676473f82
commit eb2c98f67f
4 changed files with 5 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ BoxPopup {
qsTr("This room rejects users from other matrix " +
"servers, can't invite %1").arg(user) :
type === "UserNotFound" ?
type === "MatrixNotFound" ?
qsTr("%1 not found, please verify the entered user ID")
.arg(user) :