TorInfoDialog: clarify text

This commit is contained in:
tobtoht 2021-05-26 00:13:58 +02:00
parent 4dcd34e4bf
commit 8e663d4a18
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -119,7 +119,7 @@ void TorInfoDialog::initPrivacyLevel() {
}
if (m_ctx->nodes->connection().isLocal()) {
ui->label_notice->setText("You are connected to a local node. Traffic is not routed over Tor.");
ui->label_notice->setText("You are connected to a local node. Traffic to node is not routed over Tor.");
}
else if (Utils::isTorsocks()) {
ui->label_notice->setText("Feather was started with torsocks, all traffic is routed over Tor");