diff options
| author | mojganii <mojgan.jelodar@mullvad.net> | 2025-05-14 11:34:08 +0200 |
|---|---|---|
| committer | mojganii <mojgan.jelodar@mullvad.net> | 2025-05-14 11:34:08 +0200 |
| commit | c15c0805735c20bfc3a05ed8161c822ca8caa666 (patch) | |
| tree | 569210a29fa3bafe7e60a9dab4a2a5f905507349 | |
| parent | a7b6d1ac98b57dde0b0b7dc6662f027146701653 (diff) | |
| download | mullvadvpn-c15c0805735c20bfc3a05ed8161c822ca8caa666.tar.xz mullvadvpn-c15c0805735c20bfc3a05ed8161c822ca8caa666.zip | |
Fix customListTest bug
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/LocationCell.swift | 2 |
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 { |
