Missed import_date translation

This commit is contained in:
alex
2021-05-18 18:30:59 +03:00
parent 5dd24623f7
commit 4a5cb7f628
2 changed files with 2 additions and 1 deletions

View File

@@ -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'} }

View File

@@ -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"