mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 17:59:45 -04:00
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:
@@ -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 %}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
Billing – GOV.UK Notify
|
||||
Usage – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
Reference in New Issue
Block a user