summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift2
-rw-r--r--ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift b/ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift
index f021ee6567..777bb4ce80 100644
--- a/ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift
+++ b/ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift
@@ -56,7 +56,7 @@ final class SelectLocationViewController: UIViewController, UITableViewDelegate
navigationItem.title = NSLocalizedString(
"NAVIGATION_TITLE",
tableName: "SelectLocation",
- value: "Select Location",
+ value: "Select location",
comment: ""
)
navigationItem.rightBarButtonItem = UIBarButtonItem(
diff --git a/ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift b/ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift
index cd93ceeb28..b0d8ea2385 100644
--- a/ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift
+++ b/ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift
@@ -102,7 +102,7 @@ struct SettingsCellFactory: CellFactoryProtocol {
cell.titleLabel.text = NSLocalizedString(
"FAQ_AND_GUIDES_CELL_LABEL",
tableName: "Settings",
- value: "FAQ & Guides",
+ value: "FAQs & Guides",
comment: ""
)
cell.detailTitleLabel.text = nil