summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-07-30 10:48:16 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-07-30 11:45:15 +0200
commit16936b6d75faf1cca09b653c1ca8966ab1e982e1 (patch)
tree279310b6b87a91cff6e242484a923514694c9baa
parent0d3aa6f92264de52cfc4de3d7947a0af5330ec8f (diff)
downloadmullvadvpn-16936b6d75faf1cca09b653c1ca8966ab1e982e1.tar.xz
mullvadvpn-16936b6d75faf1cca09b653c1ca8966ab1e982e1.zip
Improve copy message for multihop settings
-rw-r--r--ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift6
1 files changed, 5 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift
index 6a950b5f69..a0833d7c43 100644
--- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift
+++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift
@@ -180,7 +180,11 @@ extension VPNSettingsViewController: VPNSettingsDataSourceDelegate {
message = NSLocalizedString(
"MULTIHOP_INFORMATION_TEXT",
tableName: "Multihop",
- value: "This setting increases latency. Use only if needed.",
+ value: """
+ Multihop routes your traffic into one WireGuard server and out another, making it harder to trace.
+ This results in increased latency but increases anonymity online.
+ """,
+
comment: ""
)
default: