Commit e2b2c8fa authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'mrincon/501-service-usage-data-case' into 'master'

Use lowercase for "Service usage data" feature

See merge request gitlab-org/gitlab!80051
parents 2543ad9c 5ea162f7
......@@ -271,7 +271,7 @@
= _('Metrics and profiling')
- if Feature.enabled?(:admin_application_settings_service_usage_data_center, default_enabled: :yaml)
= nav_link(path: ['application_settings#service_usage_data']) do
= link_to service_usage_data_admin_application_settings_path, title: _('Service Usage Data') do
= link_to service_usage_data_admin_application_settings_path, title: _('Service usage data') do
%span
= _('Service usage data')
= nav_link(path: 'application_settings#network') do
......
......@@ -32975,9 +32975,6 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
msgstr ""
......
......@@ -794,7 +794,7 @@ RSpec.describe 'Admin updates settings' do
end
end
context 'Service Usage Data page' do
context 'Service usage data page' do
before do
stub_usage_data_connections
stub_database_flavor_check
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment