We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f8086 + 27e3f94 commit 5118166Copy full SHA for 5118166
view/frontend/web/internals/template/autocomplete/suggestions.js
@@ -4,8 +4,8 @@ define([], function () {
4
return html`<p>${algoliaConfig.translations.noResults}</p>`;
5
},
6
7
- getHeaderHtml: function ({section}) {
8
- return section.label;
+ getHeaderHtml: function ({html}) {
+ return html`<p>${algoliaConfig.translations.suggestions}</p>`;
9
10
11
getItemHtml: function ({item, html}) {
0 commit comments