Skip to content

Commit 80a1095

Browse files
adkenyonfacebook-github-bot
authored andcommitted
VoiceOver reads Tab elements as "Tab Description" (#30689)
Summary: On iOS, VoiceOver reads Tab accessibility role elements as "tab description" rather than "tab". See issue #30589 and #30610 Looking at the file history the bug appears to have been introduced in #27995 ## Changelog [iOS] [Fixed] - Tab Accessibility Role had incorrect localization string Pull Request resolved: #30689 Test Plan: Tested with voice over using the RNTester app Reviewed By: PeteTheHeat Differential Revision: D25926488 Pulled By: mdvacca fbshipit-source-id: 525878e5c2a6b10e841708db78469617db487a8b
1 parent aebccd3 commit 80a1095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/AccessibilityResources/en.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scrollbar"="scroll bar";
1515
"spinbutton"="spin button";
1616
"switch"="switch";
17-
"tab"="tab description";
17+
"tab"="tab";
1818
"tablist"="tab list";
1919
"timer"="timer";
2020
"toolbar"="tool bar";

0 commit comments

Comments
 (0)