diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-04-10 14:52:48 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-04-10 16:14:34 +0200 |
| commit | d20bc4306e41539929f3f097c7e4748801ba5e2a (patch) | |
| tree | 1a2a5f93fe429b1ab3521d6831d60a9b6e901f11 /ios | |
| parent | 3bf1d5df565f2e0756e544b99eb9cd9e75fe1b1a (diff) | |
| download | mullvadvpn-d20bc4306e41539929f3f097c7e4748801ba5e2a.tar.xz mullvadvpn-d20bc4306e41539929f3f097c7e4748801ba5e2a.zip | |
Fix typo in Obfuscation helper text
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift index c3e5349314..693def0662 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift @@ -75,7 +75,7 @@ enum VPNSettingsInfoButtonItem: CustomStringConvertible { value: """ Obfuscation hides the WireGuard traffic inside another protocol. \ It can be used to help circumvent censorship and other types of filtering, \ - where a plain WireGuard connect would be blocked. + where a plain WireGuard connection would be blocked. """, comment: "" ) |
