diff --git a/app/views/spree/admin/products/index/_filters.html.haml b/app/views/spree/admin/products/index/_filters.html.haml index 8c08b3af1b..98e186c7f1 100644 --- a/app/views/spree/admin/products/index/_filters.html.haml +++ b/app/views/spree/admin/products/index/_filters.html.haml @@ -16,7 +16,7 @@ %br %select.fullwidth{ id: 'category_filter', 'ofn-select2-min-search' => 5, ng: {model: 'q.categoryFilter', options: 'taxon.id as taxon.name for taxon in taxons'} } .filter_select.three.columns - %label{ for: 'import_filter' } Import Date + %label{ for: 'import_filter' }= t 'import_date' %br %select.fullwidth{ id: 'import_date_filter', 'ofn-select2-min-search' => 5, ng: {model: 'q.importDateFilter', init: "importDates = #{@import_dates}; showLatestImport = #{@show_latest_import}", options: 'date.id as date.name for date in importDates'} } diff --git a/config/locales/en.yml b/config/locales/en.yml index a8d7ec57e7..28263c803d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3081,6 +3081,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using shipment_inc_vat: "Shipment including VAT" shipping_tax_rate: "Shipping Tax Rate" category: "Category" + import_date: "Import Date" delivery: "Delivery" temperature_controlled: "Temperature Controlled" new_product: "New Product"