Wording: Verification request isn't a request anymore once accepted

Replace it with "verification process".
This commit is contained in:
Mayeul Cantan 2020-10-28 00:53:38 +01:00
parent 8047442661
commit a9a0635c02
1 changed files with 2 additions and 2 deletions

View File

@ -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