Add missing qsTr

pull/732/head
Nicolas Werner 3 years ago
parent a54f828fb4
commit 8ffb3ac9e8
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/device-verification/Failed.qml

@ -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…
Cancel
Save