summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-12-20 11:01:45 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-12-20 11:01:45 +0100
commit72fbfa073cfcc5e06e5793c4a69397533729ef87 (patch)
tree46189b1357f7a00f3b81f9aee0a43064f616f899 /ios
parentcac19a4771b1b2dbffdd3e522fa0d6fae2192c91 (diff)
parent6640a8a76c64c26db95683655b22beab51f2ce5f (diff)
downloadmullvadvpn-72fbfa073cfcc5e06e5793c4a69397533729ef87.tar.xz
mullvadvpn-72fbfa073cfcc5e06e5793c4a69397533729ef87.zip
Merge branch 'device-logout-text'
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/DeviceManagementViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/DeviceManagementViewController.swift b/ios/MullvadVPN/DeviceManagementViewController.swift
index f988be45e8..d96d9172fd 100644
--- a/ios/MullvadVPN/DeviceManagementViewController.swift
+++ b/ios/MullvadVPN/DeviceManagementViewController.swift
@@ -180,7 +180,7 @@ class DeviceManagementViewController: UIViewController, RootContainment {
format: NSLocalizedString(
"DELETE_ALERT_TITLE",
tableName: "DeviceManagement",
- value: "Are you sure you want to log out of %@?",
+ value: "Are you sure you want to log %@ out?",
comment: ""
), deviceName
)