From a9a0635c02a9b0d454b7ceaa2552cb982fc6e356 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Wed, 28 Oct 2020 00:53:38 +0100 Subject: [PATCH] Wording: Verification request isn't a request anymore once accepted Replace it with "verification process". --- resources/qml/device-verification/Waiting.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/device-verification/Waiting.qml b/resources/qml/device-verification/Waiting.qml index 0c4ae405..c64c90de 100644 --- a/resources/qml/device-verification/Waiting.qml +++ b/resources/qml/device-verification/Waiting.qml @@ -21,9 +21,9 @@ Pane { case "WaitingForOtherToAccept": return qsTr("Waiting for other side to accept the verification request."); case "WaitingForKeys": - return qsTr("Waiting for other side to continue the verification request."); + return qsTr("Waiting for other side to continue the verification process."); case "WaitingForMac": - return qsTr("Waiting for other side to complete the verification request."); + return qsTr("Waiting for other side to complete the verification process."); } } color: colors.text