mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Merge pull request #3215 from alphagov/add-contraction-to-errors
Update error messages
This commit is contained in:
@@ -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 %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1>You are not authorised to see this page</h1>
|
||||
<h1>You’re not authorised to see this page</h1>
|
||||
<p><a href="{{ url_for('.sign_in' )}}">Sign in</a> to GOV.UK Notify and try again.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% block per_page_title %}You are not allowed to see this page{% endblock %}
|
||||
{% block per_page_title %}You’re not allowed to see this page{% endblock %}
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">
|
||||
You are not allowed to see this page
|
||||
You’re not allowed to see this page
|
||||
</h1>
|
||||
<p>
|
||||
To check your permissions, speak to a member of your team who can manage settings, team and usage.
|
||||
|
||||
Reference in New Issue
Block a user