From bf69ed0008cc0325e50a0c057944848870c632c2 Mon Sep 17 00:00:00 2001 From: Maxime Lalisse Date: Fri, 26 Jan 2018 16:05:36 +0100 Subject: [PATCH] Add and namespace a missing translation key --- .../products/edit/return_to_bulk_product_edit.html.haml.deface | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface b/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface index f02a460660..8557143ae0 100644 --- a/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface +++ b/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface @@ -1,3 +1,3 @@ / replace "code[erb-loud]:contains('button_link_to t(:back_to_products_list)')" -= button_link_to t(:back_to_products_list), bulk_edit_admin_products_path, :icon => 'icon-arrow-left' \ No newline at end of file += button_link_to t('admin.products.back_to_products_list'), bulk_edit_admin_products_path, :icon => 'icon-arrow-left' \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index 7892bc3390..d348d10d48 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -369,6 +369,7 @@ en: product_distributions: "Product Distributions" group_buy_options: "Group Buy Options" seo: "SEO" + back_to_products_list: "Back to products list" variant_overrides: loading_flash: