summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2025-05-14 11:36:06 +0200
committerBug Magnet <marco.nikic@mullvad.net>2025-05-14 11:36:06 +0200
commit98c30cb6a37e8f92a5353e3554116bbff7054f73 (patch)
tree569210a29fa3bafe7e60a9dab4a2a5f905507349
parenta7b6d1ac98b57dde0b0b7dc6662f027146701653 (diff)
parentc15c0805735c20bfc3a05ed8161c822ca8caa666 (diff)
downloadmullvadvpn-98c30cb6a37e8f92a5353e3554116bbff7054f73.tar.xz
mullvadvpn-98c30cb6a37e8f92a5353e3554116bbff7054f73.zip
Merge branch 'Fix-customListsTests-failure-ios'
-rw-r--r--ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift b/ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift
index 0cfa732856..e3cbedaf05 100644
--- a/ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift
+++ b/ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift
@@ -191,7 +191,7 @@ class LocationCell: UITableViewCell {
accessibilityTraits = .button
// Set the accessibility label to the location name
- accessibilityLabel = locationCellViewModel.node.name
+ accessibilityLabel = locationCellViewModel.node.code
// Provide a hint about the action
if !locationCellViewModel.node.children.isEmpty {