diff --git a/src/js/vendor/page-search.js b/src/js/vendor/page-search.js index ffc1179..a4c56d1 100644 --- a/src/js/vendor/page-search.js +++ b/src/js/vendor/page-search.js @@ -139,7 +139,7 @@ const { query, refine, clear, isSearchStalled, widgetParams } = renderOptions if (isFirstRender) { input.classList.add('ais-SearchBox-input') - input.placeholder = 'Search in all Spring Documentation' + input.placeholder = 'Search in all Reactor Documentation' const loadingIndicator = document.createElement('span') loadingIndicator.textContent = 'Loading...' const button = document.createElement('button') diff --git a/src/partials/search.hbs b/src/partials/search.hbs index 4bf0fc5..63c9972 100644 --- a/src/partials/search.hbs +++ b/src/partials/search.hbs @@ -7,7 +7,7 @@