Skip to content

Commit

Permalink
STCOR-863 Skip link text should announce its destination rather than …
Browse files Browse the repository at this point in the history
…what it's skipping. (#1495)

* adjust translation string for skip link

* log changes
  • Loading branch information
JohnC-80 authored Jul 2, 2024
1 parent 2bb7586 commit 69dcdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Read locale from stripes-config before defaulting to `en-US`. Refs STCOR-851.
* Correctly populate `stripes.user.user` on reload. Refs STCOR-860.
* Correctly evaluate `stripes.okapi` before rendering `<RootWithIntl>`. Refs STCOR-864.
* 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

0 comments on commit 69dcdd5

Please sign in to comment.