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

STCOR-863 Skip link text should announce its destination rather than what it's skipping. #1495

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Avoid deprecated `getChildContext`. Refs STCOR-842.
* Read locale from stripes-config before defaulting to `en-US`. Refs STCOR-851.
* Correctly populate `stripes.user.user` on reload. Refs STCOR-860.
* Change main navigation's skip link label to "Skip to main content". Refs STCOR-863.

## [10.1.0](https://github.com/folio-org/stripes-core/tree/v10.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.1.0)
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"mainnav.applicationListLabel": "Application List",
"mainnav.appContextMenu": "Application context dropdown",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"mainnav.skipMainNavigation": "Skip to main content",

"mainnav.profileDropdown.locale": "Locale",
"mainnav.profileDropdown.permissions": "Permissions",
Expand Down
Loading