diff --git a/app/views/shop/products/_applied_filters_feedback.haml b/app/views/shop/products/_applied_filters_feedback.haml index b92ff8f088..45730f39cf 100644 --- a/app/views/shop/products/_applied_filters_feedback.haml +++ b/app/views/shop/products/_applied_filters_feedback.haml @@ -4,6 +4,6 @@ %span.applied-properties{'ng-bind-html' => 'appliedPropertiesList()'} %span{ "ng-show" => "appliedPropertiesList() && appliedTaxonsList()" } - = t :products_or + = t :products_and %span.applied-taxons{'ng-bind-html' => 'appliedTaxonsList()'} diff --git a/config/locales/en.yml b/config/locales/en.yml index 62654fc6da..01ba7cebd2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1652,6 +1652,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using products_showing: "Showing:" products_results_for: "Results for" products_or: "or" + products_and: "and" products_filters_in: "in" products_with: with products_search: "Search..."