summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-05-05 11:22:03 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-05-12 10:25:08 +0200
commit856f5b97c0553e5d1189c31efc9a56a0bf6a4cb8 (patch)
tree469eb056fd382383dcc95b493c3205e8015b9258
parent7b58bbeddd85cc09c1b872bd74db6c0d40422cf3 (diff)
downloadmullvadvpn-856f5b97c0553e5d1189c31efc9a56a0bf6a4cb8.tar.xz
mullvadvpn-856f5b97c0553e5d1189c31efc9a56a0bf6a4cb8.zip
Connect: update unsecure connection status string
-rw-r--r--ios/MullvadVPN/ConnectViewController.swift2
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: "")
}
}