mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
TorInfoDialog: clarify text
This commit is contained in:
parent
4dcd34e4bf
commit
8e663d4a18
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue