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 ...@@ -7,7 +7,7 @@ module Admin
end end
def navbar_item_name def navbar_item_name
cloud_license_enabled? ? _('Cloud License') : _('License') cloud_license_enabled? ? _('Subscription') : _('License')
end end
def navbar_item_path def navbar_item_path
......
- page_title _('Cloud License') - page_title _('Subscription')
#js-show-cloud-license-page{ data: cloud_license_view_data } #js-show-cloud-license-page{ data: cloud_license_view_data }
...@@ -15,7 +15,7 @@ RSpec.describe Admin::NavbarHelper do ...@@ -15,7 +15,7 @@ RSpec.describe Admin::NavbarHelper do
end end
it 'returns the correct navbar item name' do 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 end
it 'returns the correct navbar item path' do it 'returns the correct navbar item path' do
......
...@@ -6644,9 +6644,6 @@ msgstr "" ...@@ -6644,9 +6644,6 @@ msgstr ""
msgid "Closes this %{quick_action_target}." msgid "Closes this %{quick_action_target}."
msgstr "" msgstr ""
msgid "Cloud License"
msgstr ""
msgid "CloudLicense|Activate" msgid "CloudLicense|Activate"
msgstr "" 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