diff --git a/app/templates/error/401.html b/app/templates/error/401.html index c5f513027..74747f50e 100644 --- a/app/templates/error/401.html +++ b/app/templates/error/401.html @@ -1,9 +1,9 @@ {% extends "withoutnav_template.html" %} -{% block per_page_title %}You are not authorised to see this page{% endblock %} +{% block per_page_title %}You’re not authorised to see this page{% endblock %} {% block maincolumn_content %}
-

You are not authorised to see this page

+

You’re not authorised to see this page

Sign in to GOV.UK Notify and try again.

{% endblock %}