diff options
| author | sajacl <sajaclvishkai@gmail.com> | 2022-12-19 15:19:47 +0100 |
|---|---|---|
| committer | sajacl <sajaclvishkai@gmail.com> | 2022-12-20 10:58:25 +0100 |
| commit | 6640a8a76c64c26db95683655b22beab51f2ce5f (patch) | |
| tree | 46189b1357f7a00f3b81f9aee0a43064f616f899 | |
| parent | cac19a4771b1b2dbffdd3e522fa0d6fae2192c91 (diff) | |
| download | mullvadvpn-6640a8a76c64c26db95683655b22beab51f2ce5f.tar.xz mullvadvpn-6640a8a76c64c26db95683655b22beab51f2ce5f.zip | |
Changed logout device `x` text.
| -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 ) |
