summaryrefslogtreecommitdiff
path: root/platform/ios/resources
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-26 12:17:57 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-26 14:19:05 -0700
commit193a843013c9dee5634c5e7f1a757507686cb12a (patch)
tree192c10716756da17f051a699b041005d37d79084 /platform/ios/resources
parentbf493f96cddc9c85400d845f1a899b274f200edd (diff)
downloadqtlocation-mapboxgl-193a843013c9dee5634c5e7f1a757507686cb12a.tar.gz
[ios] Fixed ℹ️, user dot accessibility
The user location annotation view is created lazily, so if the user dot isn’t within view at launch, it doesn’t exist by the time UIKit first queries MGLMapView for child accessibility elements. This caused console spew about missing accessibility elements and prevented the ℹ️ from being visible to XCUITest.
Diffstat (limited to 'platform/ios/resources')
-rw-r--r--platform/ios/resources/Base.lproj/Localizable.strings2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/resources/Base.lproj/Localizable.strings b/platform/ios/resources/Base.lproj/Localizable.strings
index d447568072..35efb812d9 100644
--- a/platform/ios/resources/Base.lproj/Localizable.strings
+++ b/platform/ios/resources/Base.lproj/Localizable.strings
@@ -38,7 +38,7 @@
"INFO_A11Y_LABEL" = "About this map";
/* Accessibility label */
-"LOGO_A11Y_LABEL" = "Mapbox logo";
+"LOGO_A11Y_LABEL" = "Mapbox";
/* Accessibility label */
"MAP_A11Y_LABEL" = "Map";