Skip to content

Commit

Permalink
Fix back button tooltip (WordPress#51725)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and sethrubenstein committed Jul 13, 2023
1 parent 7da4e62 commit 73261fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function SidebarNavigationScreen( {
{ ! isRoot && ! backPath && (
<NavigatorToParentButton
as={ SidebarButton }
icon={ icon }
label={ __( 'Back' ) }
icon={ isRTL() ? chevronRight : chevronLeft }
aria-label={ __( 'Back' ) }
/>
) }
{ ! isRoot && backPath && (
Expand Down

0 comments on commit 73261fb

Please sign in to comment.