From 5660c1b5848875c078ef2b56e975029a416316bf Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 3 Dec 2019 11:24:35 +0000 Subject: [PATCH] Update contraction --- app/templates/error/401.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}