diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-03-27 15:59:16 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-03-27 15:59:16 +0200 |
| commit | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (patch) | |
| tree | 57936cda4b70a7b0a4d6ca94f5d2295c83cb1067 | |
| parent | 8c0908aae988fd4c62161ce539d374508ec1b01e (diff) | |
| parent | 4c595948916c7766e8efb235516df538ac6a6f39 (diff) | |
| download | mullvadvpn-ddbf915cd7377a2a7900e6b63fc035d1db1c83fc.tar.xz mullvadvpn-ddbf915cd7377a2a7900e6b63fc035d1db1c83fc.zip | |
Merge branch 'change-some-titles-text-in-app-ios-55'
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/SelectLocationViewController.swift | 2 | ||||
| -rw-r--r-- | ios/MullvadVPN/View controllers/Settings/SettingsCellFactory.swift | 2 |
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 |
