‘History’/‘Notifications activity’ → ‘Activity’

This commit is contained in:
Chris Hill-Scott
2016-04-07 15:16:11 +01:00
parent ab8a5c561f
commit 2b9e016d14
2 changed files with 3 additions and 3 deletions

View File

@@ -3,12 +3,12 @@
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
{% block page_title %}
Notifications activity GOV.UK Notify
Activity GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Notifications activity</h1>
<h1 class="heading-large">Activity</h1>
<p>
<a href="{{ url_for(".view_notifications", service_id=current_service.id, page=1) }}">All messages</a>
</p>