summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/PreferencesViewController.swift2
-rw-r--r--ios/MullvadVPN/PreferencesViewModel.swift2
-rw-r--r--ios/MullvadVPN/SettingsCellFactory.swift2
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