diff --git a/app/views/usage/index.html.erb b/app/views/usage/index.html.erb index 26ef8ef..f89d33d 100644 --- a/app/views/usage/index.html.erb +++ b/app/views/usage/index.html.erb @@ -1,6 +1,7 @@

Usage statistics

+

<%= _('Use the filters to generate organisational usage statistics for a custom date range. The graphs display new users and plans for your organisation over the past year. You can download a CSV report for each graph.') %>

@@ -16,7 +17,7 @@ <%= select_tag('topic', options_for_select( [ [_('Users'), 'users', { 'data-url': users_joined_api_v0_statistics_path }], - [_('Plans'), 'plans', { 'data-url': created_plans_api_v0_statistics_path }] + [_('New plans'), 'plans', { 'data-url': created_plans_api_v0_statistics_path }] ]), class: 'form-control') %>
@@ -62,7 +63,7 @@

<%= _('New users') %>

-

<%= _('Plans') %>

+

<%= _('New plans') %>