Skip to content

Commit

Permalink
qml, component: Fix label on ProxySettings
Browse files Browse the repository at this point in the history
Follow-up from bitcoin-core#391 (comment).

Removing redundant Tor Proxy description from the top Default Proxy label.
  • Loading branch information
pablomartin4btc committed Apr 8, 2024
1 parent b6bf91f commit 3495832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/components/ProxySettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ColumnLayout {
center: false
header: qsTr("Default Proxy")
headerSize: 24
description: qsTr("Run peer connections through a proxy (SOCKS5) for improved privacy. The default proxy supports connections via IPv4, IPv6 and Tor. Tor connections can also be run through a separate Tor proxy.")
description: qsTr("Run peer connections through a proxy (SOCKS5) for improved privacy. The default proxy supports connections via IPv4, IPv6 and Tor.")
descriptionSize: 15
Layout.bottomMargin: 10
}
Expand Down

0 comments on commit 3495832

Please sign in to comment.