Change join word between the two filter sets to be "and", to match the actual logic

This commit is contained in:
Matt-Yorkley
2020-05-02 12:19:50 +02:00
parent 7e6683581a
commit dee793a392
2 changed files with 2 additions and 1 deletions

View File

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

View File

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