Commit 66be56f4 authored by Ammar Alakkad's avatar Ammar Alakkad Committed by Enrique Alcántara

Rename Cloud License to Subscription

parent ce051400
......@@ -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
......
......@@ -6635,9 +6635,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