From 037589ecda70b49ffebb9136a7183f66004811ac Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 12 Jul 2023 09:24:08 +0200 Subject: [PATCH] Add columns translation --- app/views/admin/products_v3/_table.html.haml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/admin/products_v3/_table.html.haml b/app/views/admin/products_v3/_table.html.haml index facf18c5d8..f5f14fad7d 100644 --- a/app/views/admin/products_v3/_table.html.haml +++ b/app/views/admin/products_v3/_table.html.haml @@ -10,15 +10,15 @@ %col{ width:"5%", style: "max-width:5em" } %thead %tr - %th.align-left= t('admin.product.name') - %th.align-right= t('admin.sku') - %th.align-right= t('admin.unit') - %th.align-right= t('admin.price') - %th.align-right= t('admin.on_hand') - %th.align-left= t('admin.producer') - %th.align-left= t('admin.category') - %th.align-left= t('admin.tax_category') - %th.align-left= t('admin.inherits_properties') + %th.align-left= t('admin.products_page.columns.name') + %th.align-right= t('admin.products_page.columns.sku') + %th.align-right= t('admin.products_page.columns.unit') + %th.align-right= t('admin.products_page.columns.price') + %th.align-right= t('admin.products_page.columns.on_hand') + %th.align-left= t('admin.products_page.columns.producer') + %th.align-left= t('admin.products_page.columns.category') + %th.align-left= t('admin.products_page.columns.tax_category') + %th.align-left= t('admin.products_page.columns.inherits_properties') - products.each do |product| %tbody.relaxed %tr