summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-01-19 04:42:55 +0100
committerGitHub <noreply@github.com>2021-01-19 04:42:55 +0100
commit38540495c4e64c7c887b6508d877cf1b7d03b461 (patch)
tree6c4bcf96e6a977329679a9f247967c59a7f1f68b /resources/qml
parentFix completer opening in wrong place after warning fix (diff)
parentFix typo (diff)
downloadnheko-38540495c4e64c7c887b6508d877cf1b7d03b461.tar.xz
Merge pull request #384 from trilene/master
Fix typo
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