From 619fa61ea3d761fc9d57ef1a0cce30a8340dfce1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Mar 2017 11:27:51 +0000 Subject: [PATCH] Relabel show more links on the dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ‘messages sent per month’ is a better description of what will appear on the page than ‘activity breakdown’ - ‘templates used by month’ instead of ‘this year’ for consistency I think ‘usage breakdown’ still works for the remaining link – it’s more than a monthly breakdown, it also breaks down the spend. Doesn’t need to say ‘by month’ in the `

`s themselves, because you can see from looking at the page that it’s broken down by month. --- app/templates/views/dashboard/dashboard.html | 4 ++-- app/templates/views/dashboard/monthly.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index f9cad2104..c18fbb4e4 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -32,14 +32,14 @@ {{ ajax_block(partials, updates_url, 'totals') }} {{ show_more( url_for('.monthly', service_id=current_service.id), - 'See activity breakdown' + 'See messages sent per month' ) }} {% if partials['has_template_statistics'] %} {{ ajax_block(partials, updates_url, 'template-statistics') }} {{ show_more( url_for('.template_history', service_id=current_service.id), - 'See all templates used this year' + 'See templates used by month' ) }} {% endif %} diff --git a/app/templates/views/dashboard/monthly.html b/app/templates/views/dashboard/monthly.html index 74f8362f9..34ba19dc7 100644 --- a/app/templates/views/dashboard/monthly.html +++ b/app/templates/views/dashboard/monthly.html @@ -6,14 +6,14 @@ {% extends "withnav_template.html" %} {% block service_page_title %} - Activity breakdown + Messages sent, {{ selected_year }} to {{ selected_year + 1 }} financial year {% endblock %} {% block maincolumn_content %}

- Activity breakdown + Messages sent

{{ pill(