Skip to content

Commit 553efc7

Browse files
committed
Improve copy message for multihop settings
1 parent a0b744d commit 553efc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift

+5-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ extension VPNSettingsViewController: VPNSettingsDataSourceDelegate {
180180
message = NSLocalizedString(
181181
"MULTIHOP_INFORMATION_TEXT",
182182
tableName: "Multihop",
183-
value: "This setting increases latency. Use only if needed.",
183+
value: """
184+
Multihop routes your traffic into one WireGuard server and out another, making it harder to trace.
185+
This results in increased latency but increases anonymity online.
186+
""",
187+
184188
comment: ""
185189
)
186190
default:

0 commit comments

Comments
 (0)