Skip to content

Commit

Permalink
qml, component: Fix labelling 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 header label.

Rewording Tor Proxy description to be consistent with the top header label.
  • Loading branch information
pablomartin4btc committed Apr 8, 2024
1 parent b6bf91f commit d558b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -61,7 +61,7 @@ ColumnLayout {
center: false
header: qsTr("Tor Proxy")
headerSize: 24
description: qsTr("Enable to run Tor connections through a dedicated proxy.")
description: qsTr("Run Tor connections through a dedicated proxy.")
descriptionSize: 15
Layout.topMargin: 35
Layout.bottomMargin: 10
Expand Down

0 comments on commit d558b05

Please sign in to comment.