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/Waiting.qml4
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