diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2023-03-16 13:48:34 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-03-17 12:56:39 +0100 |
| commit | 995d9e66192540dcac5fea1068a823ea29833687 (patch) | |
| tree | b2d00567574e240989a3a218cb9835066c5dcc95 | |
| parent | e224b5d827bf9a3f64ec40c453612405fd753b0d (diff) | |
| download | mullvadvpn-995d9e66192540dcac5fea1068a823ea29833687.tar.xz mullvadvpn-995d9e66192540dcac5fea1068a823ea29833687.zip | |
Change 'Preferences' to 'VPN Settings'
| -rw-r--r-- | ios/MullvadVPN/PreferencesViewController.swift | 2 | ||||
| -rw-r--r-- | ios/MullvadVPN/PreferencesViewModel.swift | 2 | ||||
| -rw-r--r-- | ios/MullvadVPN/SettingsCellFactory.swift | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/PreferencesViewController.swift b/ios/MullvadVPN/PreferencesViewController.swift index ec00d19641..e18ea20e7f 100644 --- a/ios/MullvadVPN/PreferencesViewController.swift +++ b/ios/MullvadVPN/PreferencesViewController.swift @@ -39,7 +39,7 @@ class PreferencesViewController: UITableViewController, PreferencesDataSourceDel navigationItem.title = NSLocalizedString( "NAVIGATION_TITLE", tableName: "Preferences", - value: "Preferences", + value: "VPN settings", comment: "" ) navigationItem.rightBarButtonItem = editButtonItem diff --git a/ios/MullvadVPN/PreferencesViewModel.swift b/ios/MullvadVPN/PreferencesViewModel.swift index 9c3722b1bf..328b809d50 100644 --- a/ios/MullvadVPN/PreferencesViewModel.swift +++ b/ios/MullvadVPN/PreferencesViewModel.swift @@ -64,7 +64,7 @@ enum CustomDNSPrecondition { string: NSLocalizedString( "CUSTOM_DNS_DISABLE_CONTENT_BLOCKERS_FOOTNOTE", tableName: "Preferences", - value: "Disable all content blockers (under Preferences) to activate this setting.", + value: "Disable all content blockers (under VPN settings) to activate this setting.", comment: "Foot note displayed when custom DNS cannot be enabled, because content blockers should be disabled first." ), attributes: [.font: preferredFont] diff --git a/ios/MullvadVPN/SettingsCellFactory.swift b/ios/MullvadVPN/SettingsCellFactory.swift index 2420004921..cd93ceeb28 100644 --- a/ios/MullvadVPN/SettingsCellFactory.swift +++ b/ios/MullvadVPN/SettingsCellFactory.swift @@ -63,7 +63,7 @@ struct SettingsCellFactory: CellFactoryProtocol { cell.titleLabel.text = NSLocalizedString( "PREFERENCES_CELL_LABEL", tableName: "Settings", - value: "Preferences", + value: "VPN settings", comment: "" ) cell.detailTitleLabel.text = nil |
