diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-12-20 11:01:45 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-12-20 11:01:45 +0100 |
| commit | 72fbfa073cfcc5e06e5793c4a69397533729ef87 (patch) | |
| tree | 46189b1357f7a00f3b81f9aee0a43064f616f899 /ios | |
| parent | cac19a4771b1b2dbffdd3e522fa0d6fae2192c91 (diff) | |
| parent | 6640a8a76c64c26db95683655b22beab51f2ce5f (diff) | |
| download | mullvadvpn-72fbfa073cfcc5e06e5793c4a69397533729ef87.tar.xz mullvadvpn-72fbfa073cfcc5e06e5793c4a69397533729ef87.zip | |
Merge branch 'device-logout-text'
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/DeviceManagementViewController.swift | 2 |
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 ) |
