summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/ConnectViewController.swift2
-rw-r--r--ios/MullvadVPN/en.lproj/Main.strings2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/ConnectViewController.swift b/ios/MullvadVPN/ConnectViewController.swift
index 77d6b61395..4e87ff489c 100644
--- a/ios/MullvadVPN/ConnectViewController.swift
+++ b/ios/MullvadVPN/ConnectViewController.swift
@@ -488,7 +488,7 @@ private extension TunnelState {
return NSLocalizedString(
"TUNNEL_STATE_DISCONNECTED",
tableName: "Main",
- value: "Unsecure connection",
+ value: "Unsecured connection",
comment: ""
)
}
diff --git a/ios/MullvadVPN/en.lproj/Main.strings b/ios/MullvadVPN/en.lproj/Main.strings
index 8876a288f7..03d51dc0ac 100644
--- a/ios/MullvadVPN/en.lproj/Main.strings
+++ b/ios/MullvadVPN/en.lproj/Main.strings
@@ -29,7 +29,7 @@
"TUNNEL_STATE_CONNECTING_ACCESSIBILITY_LABEL" = "Creating secure connection";
/* No comment provided by engineer. */
-"TUNNEL_STATE_DISCONNECTED" = "Unsecure connection";
+"TUNNEL_STATE_DISCONNECTED" = "Unsecured connection";
/* No comment provided by engineer. */
"TUNNEL_STATE_DISCONNECTED_ACCESSIBILITY_LABEL" = "Unsecured connection";