diff --git a/app/views/admin/products/index.html.haml b/app/views/admin/products/index.html.haml index ffb1dc1fc1..31db370aad 100644 --- a/app/views/admin/products/index.html.haml +++ b/app/views/admin/products/index.html.haml @@ -1,6 +1,6 @@ - content_for :page_title do - New Products Page + = t('admin.products_page.title') = render partial: 'spree/admin/shared/product_sub_menu' diff --git a/config/locales/en.yml b/config/locales/en.yml index c56a06ecd7..02dc949b8b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -459,6 +459,7 @@ en: # admin: products_page: + title: Products columns: name: Name unit: Unit