You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theme/deis/static/searchtools.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ var Search = {
460
460
Search.stopPulse();
461
461
Search.title.text(_('Search: '+'"'+query+'"'));
462
462
if(!resultCount)
463
-
Search.status.text(_('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.'));
463
+
Search.status.text(_('Your search did not match any documents.'));
464
464
else
465
465
Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s',resultCount));
0 commit comments