diff --git a/app/views/usage/index.html.erb b/app/views/usage/index.html.erb index f89d33d..d80642d 100644 --- a/app/views/usage/index.html.erb +++ b/app/views/usage/index.html.erb @@ -17,7 +17,7 @@ <%= select_tag('topic', options_for_select( [ [_('Users'), 'users', { 'data-url': users_joined_api_v0_statistics_path }], - [_('New plans'), 'plans', { 'data-url': created_plans_api_v0_statistics_path }] + [_('Plans'), 'plans', { 'data-url': created_plans_api_v0_statistics_path }] ]), class: 'form-control') %>