Add missing qsTr
This commit is contained in:
parent
a54f828fb4
commit
8ffb3ac9e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user