summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/device-verification/NewVerificationRequest.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/device-verification/NewVerificationRequest.qml b/resources/qml/device-verification/NewVerificationRequest.qml

index 4e520fff..b37c4641 100644 --- a/resources/qml/device-verification/NewVerificationRequest.qml +++ b/resources/qml/device-verification/NewVerificationRequest.qml
@@ -4,7 +4,7 @@ import QtQuick.Layouts 1.10 import im.nheko 1.0 Pane { - property string title: flow.sender ? qsTr("Send Verification Request") : qsTr("Recieved Verification Request") + property string title: flow.sender ? qsTr("Send Verification Request") : qsTr("Received Verification Request") ColumnLayout { spacing: 16