Skip to content

Commit

Permalink
Tweak the navigation mode message
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 28, 2019
1 parent 2bec0e6 commit 68527ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ export function * setNavigationMode( isNavigationMode = true ) {
};

if ( isNavigationMode ) {
speak( __( 'You are currently in navigation mode. Navigate blocks using arrow keys. To exit navigation mode and edit the selected block, press Enter.' ) );
speak( __( 'You are currently in navigation mode. Navigate blocks using the Tab key. To exit navigation mode and edit the selected block, press Enter.' ) );
} else {
speak( __( 'You are currently in edit mode. To return to the navigation mode, press Escape.' ) );
}
Expand Down

0 comments on commit 68527ae

Please sign in to comment.