Skip to content

Commit

Permalink
fix/ #68181
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsingh23 committed Dec 22, 2024
1 parent 52a8062 commit accef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ function Navigation( {
const submenuAccessibilityNotice =
! showSubmenuIcon && ! openSubmenusOnClick
? __(
'The current menu options offer reduced accessibility for users and are not recommended. Enabling either "Open on Click" or "Show arrow" offers enhanced accessibility by allowing keyboard users to browse submenus selectively.'
'To improve accessibility, enable "Open on Click" or "Show arrow" for easier navigation by keyboard users.'
)
: '';

Expand Down

0 comments on commit accef62

Please sign in to comment.