diff options
| author | Emīls <emils@mullvad.net> | 2024-11-11 10:35:18 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-11-11 10:35:18 +0100 |
| commit | 3543da02f94ee0102cf1938c845adeb00cdaf453 (patch) | |
| tree | 60d026f786776472b6d0600fa96d84d794c5408a | |
| parent | e914beb13e7099162ece01cd534bd7e4c89e91d5 (diff) | |
| parent | aeb3b3448d0a0b52403fbf71f343ae8ee677d821 (diff) | |
| download | mullvadvpn-3543da02f94ee0102cf1938c845adeb00cdaf453.tar.xz mullvadvpn-3543da02f94ee0102cf1938c845adeb00cdaf453.zip | |
Merge branch 'change-daita-multihop-entry-text-ios-908'
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/DAITAInfoView.swift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/DAITAInfoView.swift b/ios/MullvadVPN/View controllers/SelectLocation/DAITAInfoView.swift index 34280e6dbb..192724a537 100644 --- a/ios/MullvadVPN/View controllers/SelectLocation/DAITAInfoView.swift +++ b/ios/MullvadVPN/View controllers/SelectLocation/DAITAInfoView.swift @@ -22,8 +22,8 @@ class DAITAInfoView: UIView { "SELECT_LOCATION_DAITA_INFO", tableName: "SelectLocation", value: """ - DAITA overrides Multihop. To use Multihop, please enable "Direct only" or \ - disable "DAITA" in the settings. + The entry server for multihop is currently overridden by DAITA. \ + To select an entry server, please first enable “Direct only” or disable “DAITA” in the settings. """, comment: "" ), @@ -42,7 +42,7 @@ class DAITAInfoView: UIView { settingsButton.setTitle(NSLocalizedString( "SELECT_LOCATION_DAITA_BUTTON", tableName: "SelectLocation", - value: "Go to DAITA settings", + value: "Open DAITA settings", comment: "" ), for: .normal) |
