Skip to content

Commit

Permalink
Merge pull request #277 from co-cddo/cookie-banner-content-change
Browse files Browse the repository at this point in the history
Better content for the cookie banner
  • Loading branch information
maxf authored Sep 4, 2024
2 parents 2af17bc + 8c80679 commit 56e6eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions request_a_govuk_domain/request/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<style>.cookie-banner { display: none }</style>
<div class="cookie-banner" id="cookie-banner">
{% gds_cookie_banner %}
{% gds_cookie_banner_message headingText="Cookies on Get approval to use a .gov.uk domain" %}
<p class="govuk-body">We use some essential cookies to make this website work.</p>
<p class="govuk-body">We’d also like to use analytics cookies so we can understand how you use the service and make improvements.</p>
{% gds_cookie_banner_message headingText="Cookies on the Get approval to use a .gov.uk domain name service" %}
<p class="govuk-body">We use essential cookies to make this website work.</p>
<p class="govuk-body">We want to set additional cookies to remember your settings, understand how people use the service, and make improvements.</p>
{% gds_cookie_banner_message_action text="Accept analytics cookies" %}
{% gds_cookie_banner_message_action text="Reject analytics cookies" %}
{% gds_cookie_banner_message_action text="View cookies" href="/cookies" %}
Expand Down

0 comments on commit 56e6eee

Please sign in to comment.