Skip to content

Commit

Permalink
Fix/ Simplify a11y text on Nav block submenu indicators panel
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsingh23 committed Dec 22, 2024
1 parent accef62 commit 9256e36
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
? __(
'To improve accessibility, enable "Open on Click" or "Show arrow" for easier navigation by keyboard users.'
'Enable "Open on Click" or "Show arrow" to enhance keyboard navigation and accessibility.'
)
: '';

Expand Down

0 comments on commit 9256e36

Please sign in to comment.