Commit 7c090b22 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '326651-rename-cloud-license-to-subscription' into 'master'

Rename Cloud License to Subscription

See merge request gitlab-org/gitlab!59617
parents 06571e03 66be56f4
......@@ -7,7 +7,7 @@ module Admin
end
def navbar_item_name
cloud_license_enabled? ? _('Cloud License') : _('License')
cloud_license_enabled? ? _('Subscription') : _('License')
end
def navbar_item_path
......
- page_title _('Cloud License')
- page_title _('Subscription')
#js-show-cloud-license-page{ data: cloud_license_view_data }
......@@ -15,7 +15,7 @@ RSpec.describe Admin::NavbarHelper do
end
it 'returns the correct navbar item name' do
expect(helper.navbar_item_name).to eq('Cloud License')
expect(helper.navbar_item_name).to eq('Subscription')
end
it 'returns the correct navbar item path' do
......
......@@ -6644,9 +6644,6 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
msgid "Cloud License"
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
......
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