diff options
| -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 { |
