Merge pull request #533 from alphagov/relabel-usage

Rename ‘this year’
This commit is contained in:
Chris Hill-Scott
2016-05-03 13:51:30 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
</p>
{% if current_user.has_permissions(['manage_settings'], admin_override=True) %}
<h2 class='heading-medium' style="margin-top: 30px;">This year</h2>
<h2 class='heading-medium'>Usage</h2>
<div class='grid-row'>
<div class='column-half'>
@@ -66,7 +66,7 @@
</div>
</div>
<div class="keyline-block-show-more-link">
<a href="{{ url_for(".usage", service_id=current_service['id']) }}">See usage</a>
<a href="{{ url_for(".usage", service_id=current_service['id']) }}">See breakdown</a>
</div>
{% endif %}

View File

@@ -3,7 +3,7 @@
{% extends "withnav_template.html" %}
{% block page_title %}
Billing GOV.UK Notify
Usage GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}