summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-01-15 02:16:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-01-15 02:17:18 +0100
commit51236c32600ab456b0beab420e641c7583c4241b (patch)
tree53eaf948156dcf3a1035e53efdcfb906033e3595 /resources/qml
parentFix gstreamer deinit (diff)
downloadnheko-51236c32600ab456b0beab420e641c7583c4241b.tar.xz
Fix verification with multiple devices in parallel
Fixes #1125
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/device-verification/Failed.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/device-verification/Failed.qml b/resources/qml/device-verification/Failed.qml
index 5847894b..baf8900b 100644
--- a/resources/qml/device-verification/Failed.qml
+++ b/resources/qml/device-verification/Failed.qml
@@ -29,6 +29,8 @@ ColumnLayout {
                 return qsTr("Device verification timed out.");
                 case DeviceVerificationFlow.User:
                 return qsTr("Other party canceled the verification.");
+                case DeviceVerificationFlow.AcceptedOnOtherDevice:
+                return qsTr("The verification was accepted by a different device.");
                 case DeviceVerificationFlow.OutOfOrder:
                 return qsTr("Verification messages received out of order!");
                 default: