diff --git a/app/views/common/upsale.html.erb b/app/views/common/upsale.html.erb index 94145a2fab..0b3f770fc9 100644 --- a/app/views/common/upsale.html.erb +++ b/app/views/common/upsale.html.erb @@ -52,7 +52,7 @@ aria: {label: t('admin.enterprise.buttons.upgrade')}, target: '_blank', title: t('admin.enterprise.buttons.upgrade')}) do %> - <%= spot_icon('enterprise-badge') %> + <%= spot_icon('enterprise-addons enterprise-addons--button-icon') %> <%= t('admin.enterprise.buttons.upgrade') %> <% end %> diff --git a/app/views/homescreen/blocks/_upsale.html.erb b/app/views/homescreen/blocks/_upsale.html.erb index 9903b7c69b..348fd06b72 100644 --- a/app/views/homescreen/blocks/_upsale.html.erb +++ b/app/views/homescreen/blocks/_upsale.html.erb @@ -3,7 +3,7 @@
- <%= spot_icon('enterprise-badge') %> + <%= spot_icon('enterprise-addons') %> <%= t('homescreen.blocks.upsale.title') %>

@@ -29,7 +29,7 @@ target: '_blank', title: t('homescreen.blocks.upsale.more_info')} do %> <%= t('homescreen.blocks.upsale.more_info') %> - <%= op_icon('button--icon icon-external-link') %> + <%= spot_icon('button--icon icon-external-link') %> <% end %> <%= link_to(OpenProject::Static::Links.links[:pricing][:href], @@ -37,7 +37,7 @@ aria: {label: t('admin.enterprise.buttons.upgrade')}, target: '_blank', title: t('admin.enterprise.buttons.upgrade')}) do %> - <%= spot_icon('enterprise-badge') %> + <%= spot_icon('enterprise-addons enterprise-addons--button-icon') %> <%= t('admin.enterprise.buttons.upgrade') %> <% end %> diff --git a/config/initializers/menus.rb b/config/initializers/menus.rb index 8bc6781f2c..cbb6d71ebe 100644 --- a/config/initializers/menus.rb +++ b/config/initializers/menus.rb @@ -403,7 +403,7 @@ Redmine::MenuManager.map :admin_menu do |menu| menu.push :enterprise, { controller: '/enterprises', action: :show }, caption: :label_enterprise_edition, - icon: 'icon2 icon-headset', + icon: 'icon2 icon-enterprise-addons', if: proc { User.current.admin? && OpenProject::Configuration.ee_manager_visible? } menu.push :admin_costs, diff --git a/config/locales/en.yml b/config/locales/en.yml index 5ccb5bb3ab..0683dfcddc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -89,7 +89,7 @@ en: buttons: upgrade: "Upgrade now" contact: "Contact us for a demo" - enterprise_info_html: "is an Enterprise add-on." + enterprise_info_html: "is an Enterprise add-on." upgrade_info: "Please upgrade to a paid plan to activate and start using it in your team." journal_aggregation: explanation: diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index 0286eb9f68..9f004f8069 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -252,7 +252,7 @@ en: quick_overview: "Get a quick overview of project management and team collaboration with OpenProject Enterprise edition." upsale: become_hero: "Become a hero!" - enterprise_info_html: "%{feature_title} is an Enterprise add-on." + enterprise_info_html: "%{feature_title} is an Enterprise add-on." upgrade_info: "Please upgrade to a paid plan to activate and start using it in your team." benefits: description: "What are the benefits of the Enterprise on-premises edition?" diff --git a/frontend/src/app/shared/components/enterprise-banner/enterprise-banner.component.html b/frontend/src/app/shared/components/enterprise-banner/enterprise-banner.component.html index 9b9da599ff..34af160401 100644 --- a/frontend/src/app/shared/components/enterprise-banner/enterprise-banner.component.html +++ b/frontend/src/app/shared/components/enterprise-banner/enterprise-banner.component.html @@ -8,7 +8,7 @@

- +