Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify warning message in Navigation block settings. #68218

Open
wants to merge 8 commits into
base: trunk
Choose a base branch
from
241 changes: 76 additions & 165 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@babel/runtime-corejs3": "7.25.7",
"@babel/traverse": "7.25.7",
"@emotion/babel-plugin": "11.11.0",
"@emotion/is-prop-valid": "1.2.2",
"@emotion/jest": "11.7.1",
"@emotion/native": "11.0.0",
"@geometricpanda/storybook-addon-badges": "2.0.5",
Expand Down Expand Up @@ -151,7 +152,7 @@
"redux": "5.0.1",
"resize-observer-polyfill": "1.5.1",
"rimraf": "5.0.10",
"rtlcss": "4.0.0",
"rtlcss": "4.3.0",
"sass": "1.50.1",
"sass-loader": "16.0.3",
"semver": "7.5.4",
Expand Down
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.'
'Reduced accessibility. Enable "Open on Click" or "Show arrow" for better keyboard navigation.'
)
: '';

Expand Down
Loading