Skip to content

Commit acd23f3

Browse files
committed
Removed reference to "categories" when search returns no results.
1 parent 4edc8f6 commit acd23f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/theme/deis/static/searchtools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ var Search = {
460460
Search.stopPulse();
461461
Search.title.text(_('Search: ' + '"' + query + '"'));
462462
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.'));
464464
else
465465
Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s', resultCount));
466466
Search.status.fadeIn(500);
@@ -483,7 +483,7 @@ var Search = {
483483
if (maxHeight > 923) {margin = maxHeight - 511 - 96;}
484484
if (is_server_reference == true){margin = margin + 80;}
485485
console.log("Max Height: " + maxHeight + " Margin: " + margin);
486-
486+
487487
//Set the margin above the footer
488488
$('.social-menu').css({'margin-top': (margin)});
489489
}

0 commit comments

Comments
 (0)