diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c3e45fa8..a2bb241891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,13 @@ For example: This was added in [pull request #1905: Set navigation and mobile menu labels of the header component with new options](https://github.com/alphagov/govuk-frontend/pull/1905). +### Fixes + +We’ve made fixes to GOV.UK Frontend in the following pull requests: + +- [#1943: Change header menu button label](https://github.com/alphagov/govuk-frontend/pull/1943) + + ## 3.8.1 (Fix release) ### Fixes diff --git a/src/govuk/components/header/header.yaml b/src/govuk/components/header/header.yaml index b33e97e223..c2088c17d5 100644 --- a/src/govuk/components/header/header.yaml +++ b/src/govuk/components/header/header.yaml @@ -51,11 +51,11 @@ params: - name: navigationLabel type: string required: false - description: Text for the `aria-label` attribute of the navigation. Defaults to "Top Level Navigation". + description: Text for the `aria-label` attribute of the navigation. Defaults to "Navigation menu". - name: menuButtonLabel type: string required: false - description: Text for the `aria-label` attribute of the button that toggles the navigation. Defaults to "Show or hide Top Level Navigation". + description: Text for the `aria-label` attribute of the button that toggles the navigation. Defaults to "Show or hide navigation menu". - name: containerClasses type: string required: false diff --git a/src/govuk/components/header/template.njk b/src/govuk/components/header/template.njk index f8494664f2..058a0d5207 100644 --- a/src/govuk/components/header/template.njk +++ b/src/govuk/components/header/template.njk @@ -60,9 +60,9 @@ {% endif %} {% if params.navigation %} - +