From 50bbc319477fc7d5af79319497e1f111b163682e Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Tue, 7 Feb 2023 14:27:09 +0000 Subject: [PATCH] Move 'the' to prefix the link text --- 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 bdf91e4b3..f643ee214 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 the latest updates on government departments or visit the 10 Downing Street Twitter feed.'), margin_bottom: 3, } %>