diff options
| -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: "" ) |
