Rename ‘this year’

Make it clear that this section is about what you’ve used, ie your usage

Click ‘breakdown’ to see how the maths is done, and what time period it
covers.
This commit is contained in:
Chris Hill-Scott
2016-05-03 12:25:01 +01:00
parent 1df23fff90
commit 71f7e144a4
2 changed files with 3 additions and 3 deletions
+2 -2
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 %}