1 files 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
|