text:flow.sender?qsTr("To ensure that no malicious user can eavesdrop on your encrypted communications, you can verify this device."):qsTr("The device was requested to be verified")
text:{
if(flow.sender){
if(flow.isSelfVerification)
returnqsTr("To allow other users to see, which of your devices actually belong to you, you can verify them. This also allows key backup to work automatically. Verify %1 now?").arg(flow.deviceId);
else
returnqsTr("To ensure that no malicious user can eavesdrop on your encrypted communications you can verify the other party.");