Skip to content

Commit

Permalink
Merge pull request #620 from romainruaud/fix_javascript-wrong-label
Browse files Browse the repository at this point in the history
Fix broken translation in JS.
  • Loading branch information
afoucret authored Nov 16, 2017
2 parents 706b9e7 + f719a97 commit 55becb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Attributes,Attributes
Yes,Yes
No,No
"Use Category Name in product search","Use Category Name in product search"
"No value matching the search <b>%1</b>.","No value matching the search <b>%1</b>."
"No value matching the search <b>%s</b>.","No value matching the search <b>%s</b>."
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/i18n/fr_FR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Attributes,Attributs
Yes,Oui
No,Non
"Use Category Name in product search","Utiliser le nom de la catégorie dans les résultats de recherche"
"No value matching the search <b>%1</b>.","Aucun résultat pour la recherche <b>%s</b>."
"No value matching the search <b>%s</b>.","Aucun résultat pour la recherche <b>%s</b>."
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define([
template: "Smile_ElasticsuiteCatalog/attribute-filter",
showMoreLabel : $.mage.__("Show more"),
showLessLabel : $.mage.__("Show less"),
noSearchResultLabel : $.mage.__("No value matching the search <b>%1</b>.")
noSearchResultLabel : $.mage.__("No value matching the search <b>%s</b>.")
},

/**
Expand Down

0 comments on commit 55becb9

Please sign in to comment.