diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-05-12 10:29:27 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-05-12 10:29:27 +0200 |
| commit | 68f4a0e07ac47d915475f585537ca70609663f45 (patch) | |
| tree | 469eb056fd382383dcc95b493c3205e8015b9258 | |
| parent | 7b58bbeddd85cc09c1b872bd74db6c0d40422cf3 (diff) | |
| parent | 856f5b97c0553e5d1189c31efc9a56a0bf6a4cb8 (diff) | |
| download | mullvadvpn-68f4a0e07ac47d915475f585537ca70609663f45.tar.xz mullvadvpn-68f4a0e07ac47d915475f585537ca70609663f45.zip | |
Merge branch 'update-unsecure-connection-string-ios'
| -rw-r--r-- | ios/MullvadVPN/ConnectViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/ConnectViewController.swift b/ios/MullvadVPN/ConnectViewController.swift index e79e9ccb71..54882d420e 100644 --- a/ios/MullvadVPN/ConnectViewController.swift +++ b/ios/MullvadVPN/ConnectViewController.swift @@ -227,7 +227,7 @@ private extension TunnelState { return NSLocalizedString("Secure connection", comment: "") case .disconnecting, .disconnected: - return NSLocalizedString("Unsecured connection", comment: "") + return NSLocalizedString("Unsecure connection", comment: "") } } |
