diff --git a/packages/block-library/src/navigation/edit/index.js b/packages/block-library/src/navigation/edit/index.js index ae7dd60bd0c5ba..2c6c7245714aa7 100644 --- a/packages/block-library/src/navigation/edit/index.js +++ b/packages/block-library/src/navigation/edit/index.js @@ -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.' + 'Enable "Open on Click" or "Show arrow" to enhance keyboard navigation and accessibility.' ) : '';