diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index 188dca292b..ddc76c9834 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -1321,7 +1321,7 @@ step.searchSelect = { else { if ((typeof currentHTML === "string") && (currentHTML !== "")) currentSearchSuggestionElement.append("
"); - currentSearchSuggestionElement.append('There are ' + data[i].count + ' more options. Keep typing to see them.'); + currentSearchSuggestionElement.append('There are ' + data[i].count + ' more options. Enter a longer search word to get more specific search suggestions.'); } } else {