Skip to content

Commit 3fba70f

Browse files
author
maxiloc
committed
Merge pull request #310 from thaiphan/patch-1
Fix typos in topsearch.phtml
2 parents 66a3aef + c71c15c commit 3fba70f

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)