summary refs log tree commit diff
diff options
context:
space:
mode:
authorMayeul Cantan <oss+nheko@mayeul.net>2020-10-28 00:53:38 +0100
committerMayeul Cantan <oss+nheko@mayeul.net>2020-10-31 22:23:34 +0100
commita9a0635c02a9b0d454b7ceaa2552cb982fc6e356 (patch)
tree3d46cb1c0deea3d35839de1c0966d6cc074e3996
parentTranslated using Weblate (English) (diff)
downloadnheko-a9a0635c02a9b0d454b7ceaa2552cb982fc6e356.tar.xz
Wording: Verification request isn't a request anymore once accepted
Replace it with "verification process".
-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