From 47e418f3521780d921ec067b52d8862d820c63de Mon Sep 17 00:00:00 2001 From: Jessica Jones Date: Tue, 5 Mar 2024 20:32:21 +0000 Subject: [PATCH 1/2] Update popular links in search header To align with https://github.com/alphagov/frontend/blob/main/config/locales/en.yml#L572-L584 --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index eb97b9e401..e1e0f857e2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -234,8 +234,8 @@ en: popular_links: - label: Get support with the cost of living href: "/cost-of-living" - - label: Find out about the Energy Bills Support Scheme - href: "/guidance/getting-the-energy-bills-support-scheme-discount" + - label: Find out about help you can get with your energy bills + href: "/get-help-energy-bills" - label: Find a job href: "/find-a-job" - label: 'Universal Credit account: sign in' From 2822ecfc1f6405437cef972b5e43b6030b44ffc7 Mon Sep 17 00:00:00 2001 From: Jessica Jones Date: Tue, 5 Mar 2024 21:27:52 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b94ce4283..aee1f36b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ of the commit log. ## Unreleased - +* Update popular links in super navigation header ([PR #3904](https://github.com/alphagov/govuk_publishing_components/pull/3904)) * Allow custom text for GA4 scroll tracker ([PR #3896](https://github.com/alphagov/govuk_publishing_components/pull/3896)) * Ensure analytics stops firing if a user disables usage cookies on our cookie settings page ([PR #3893](https://github.com/alphagov/govuk_publishing_components/pull/3893)) * Fix cookie settings page crash in IE11 ([PR #3894](https://github.com/alphagov/govuk_publishing_components/pull/3894))