diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..6ab04ab4 --- /dev/null +++ b/changelog.md @@ -0,0 +1,21 @@ + + +# ChangeLog +
+ +## 09-11-2023 + ### What's new + - Updated the errors and start pages to match the prototoype + +
\ No newline at end of file diff --git a/src/views/errors.html b/src/views/errors.html index 1cae3853..ad92b7b9 100644 --- a/src/views/errors.html +++ b/src/views/errors.html @@ -5,7 +5,7 @@ {% from 'govuk/components/radios/macro.njk' import govukRadios %} {% from 'govuk/components/inset-text/macro.njk' import govukInsetText %} -{% set pageName = 'There’s a problem with your data' %} +{% set pageName = 'There’s a problem' %} {% block beforeContent %} {{ govukBackLink({ @@ -30,6 +30,13 @@