Skip to content

Commit

Permalink
VoiceOver reads Tab elements as "Tab Description" (#30689)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adkenyon authored and facebook-github-bot committed Jan 15, 2021
1 parent aebccd3 commit 80a1095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/AccessibilityResources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scrollbar"="scroll bar";
"spinbutton"="spin button";
"switch"="switch";
"tab"="tab description";
"tab"="tab";
"tablist"="tab list";
"timer"="timer";
"toolbar"="tool bar";
Expand Down

0 comments on commit 80a1095

Please sign in to comment.