From a852d2d50be43757b7f0d3403d09961e00bc0574 Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Thu, 30 Mar 2023 13:06:14 +0100 Subject: [PATCH] Update banner text for about pages Content request: the banner text should reflect the org pages [1]. [1]: https://www.gov.uk/government/organisations/department-for-international-trade --- app/views/content_items/corporate_information_page.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_items/corporate_information_page.html.erb b/app/views/content_items/corporate_information_page.html.erb index f643ee214..f64ad03c1 100644 --- a/app/views/content_items/corporate_information_page.html.erb +++ b/app/views/content_items/corporate_information_page.html.erb @@ -7,7 +7,7 @@ <% if @content_item.show_organisation_changing_banner? %>
<%= render "govuk_publishing_components/components/notice", { - title: sanitize('This organisation is changing. Read the latest updates on government departments or visit the 10 Downing Street Twitter feed.'), + title: sanitize('This organisation is changing. Read about recent government updates.'), margin_bottom: 3, } %>