Skip to content

Commit c86092c

Browse files
committed
Merge branch 'develop' of github.com:algolia/algoliasearch-magento into develop
2 parents 7b4fd63 + 3fba70f commit c86092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/frontend/template/topsearch.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ $placeholder = $this->__('Search for products, categories, ...');
571571
content += '<div class="popular-searches">';
572572

573573
if (algoliaConfig.showSuggestionsOnNoResultsPage && this.suggestions.length > 0) {
574-
content += '<div><?php echo $this->__('You can can try one of he popular seearch queries'); ?></div>' + this.suggestions.join(', ');
574+
content += '<div><?php echo $this->__('You can can try one of the popular search queries'); ?></div>' + this.suggestions.join(', ');
575575
}
576576

577577
content += '</div>';

0 commit comments

Comments
 (0)