Modify 'no result' sentence

This commit is contained in:
AhyoungRyu 2016-08-06 14:50:25 +09:00
parent 91b71a72b0
commit 7ec8854860

View file

@ -64,7 +64,7 @@ jQuery(function() {
$search_results.append(appendString);
});
} else {
$search_results.html('<p>No results found.</p>');
$search_results.html('<p>Your search did not match any documents.<br/>Make sure that all words are spelled correctly or try more general keywords.</p>');
}
});
}