diff --git a/app/views/spree/admin/shared/_head.html.haml b/app/views/spree/admin/shared/_head.html.haml index 97336242ce..cd1fa4cda3 100644 --- a/app/views/spree/admin/shared/_head.html.haml +++ b/app/views/spree/admin/shared/_head.html.haml @@ -7,7 +7,7 @@ - if content_for? :html_title = yield :html_title - else - = t(controller.controller_name, :default => controller.controller_name.titleize) + = t("spree.admin.tab.#{controller.controller_name}", :default => controller.controller_name.titleize) = " - OFN #{t(:administration)}" %link{:href => "https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic,greek,vietnamese", :rel => "stylesheet", :type => "text/css"} diff --git a/config/locales/en.yml b/config/locales/en.yml index 46197090c0..7f72fa3f1a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -4174,6 +4174,10 @@ See the %{link} to find out more about %{sitename}'s features and to start using customers: "Customers" groups: "Groups" oidc_settings: "OIDC Settings" + overview: "Overview" + product_import: "Import" + enterprise_roles: "Roles" + payment_methods: "Payment Methods" product_properties: index: inherits_properties_checkbox_hint: "Inherit properties from %{supplier}? (unless overridden above)"