diff --git a/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface b/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface index fb3c7d0dcc..011580c1bb 100644 --- a/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface +++ b/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface @@ -1,5 +1,5 @@ / replace "tr[data-hook='product_properties_header']" %tr{"data-hook" => "product_properties_header"} - %th{:colspan => "2"}= t('admin.products.properties.property_name') + %th= t('admin.products.properties.property_name') %th= t('admin.description') %th.actions