mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Modify 'no result' sentence
This commit is contained in:
parent
91b71a72b0
commit
7ec8854860
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue