Skip to content

Commit

Permalink
Add missing tooltip to Back icon button. (#50104)
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored May 3, 2023
1 parent aba9415 commit 7232631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function SidebarNavigationScreen( {
<NavigatorToParentButton
as={ SidebarButton }
icon={ isRTL() ? chevronRight : chevronLeft }
aria-label={ __( 'Back' ) }
label={ __( 'Back' ) }
/>
) : (
<SidebarButton
Expand Down

0 comments on commit 7232631

Please sign in to comment.