Skip to content

Commit 0a97897

Browse files
author
Ben Thorner
committed
Update brexit callout box content
This is a short-term change to encourage users to act on what they see, in advance of the planned content update on the 31st.
1 parent a5bfa4c commit 0a97897

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

app/presenters/content_item/no_deal_notice.rb

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def no_deal_notice_title
2727
end
2828

2929
def no_deal_notice_description
30-
["The UK has left the EU. This page tells you the new rules from 1 January 2021.",
31-
"It will be updated if there’s new information about the UK’s deal with the EU that affects what you need to do."]
30+
"The UK has agreed a deal with the EU. This page tells you the new rules from 1 January 2021."
3231
end
3332

3433
def no_deal_notice_link_intro
@@ -43,10 +42,12 @@ def no_deal_landing_page_cta
4342
"track-label": "Get your personalised list of actions",
4443
}
4544

46-
featured_link = view_context.link_to("Get your personalised list of actions", "/transition", data: data_attributes, class: "govuk-link")
47-
featured_link_text = " and subscribe to email updates to find out when things change."
45+
featured_link = view_context.link_to("get a personalised list of actions",
46+
"/transition",
47+
data: data_attributes,
48+
class: "govuk-link")
4849

49-
(featured_link + featured_link_text).html_safe
50+
("Use the Brexit checker to " + featured_link + " and sign up for email updates.").html_safe
5051
end
5152

5253
def no_deal_links

0 commit comments

Comments
 (0)