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.
1 parent f7a1397 commit 600d3d3Copy full SHA for 600d3d3
sphinx/themes/basic/static/searchtools.js
@@ -116,8 +116,8 @@ const _finishSearch = (resultCount) => {
116
);
117
else
118
Search.status.innerText = _(
119
- `Search finished, found ${resultCount} page(s) matching the search query.`
120
- );
+ "Search finished, found ${resultCount} page(s) matching the search query."
+ ).replace('${resultCount}', resultCount);
121
};
122
const _displayNextItem = (
123
results,
0 commit comments