Add missing qsTr

This commit is contained in:
Nicolas Werner 2021-09-20 01:22:58 +02:00
parent a54f828fb4
commit 8ffb3ac9e8
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Pane {
case DeviceVerificationFlow.OutOfOrder:
return qsTr("Verification messages received out of order!");
default:
return "Unknown verification error.";
return qsTr("Unknown verification error.");
}
}
color: Nheko.colors.text