Skip to content

Commit

Permalink
fix: Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Apr 11, 2024
1 parent fa440eb commit 910e935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/vendor/page-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/partials/search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div id="searchbox"></div>
<div id="counter"></div>
<div class="search-link-box">
<a class="search-link" href="{{{relativize '/search.html'}}}">Search in all Spring Docs</a>
<a class="search-link" href="{{{relativize '/search.html'}}}">Search in all Reactor Docs</a>
</div>
<div class="search-by">
<a target="_blank" rel="noopener noreferrer" href="https://www.algolia.com/" aria-label="Search by Algolia">
Expand Down

0 comments on commit 910e935

Please sign in to comment.