mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Add missing qsTr
This commit is contained in:
parent
a54f828fb4
commit
8ffb3ac9e8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue