mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Wording: Verification request isn't a request anymore once accepted
Replace it with "verification process".
This commit is contained in:
parent
8047442661
commit
a9a0635c02
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue