Skip to content

Commit

Permalink
Update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Aug 12, 2024
1 parent a8a1b5a commit f32200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/search_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ step.searchSelect = {
else {
if ((typeof currentHTML === "string") && (currentHTML !== ""))
currentSearchSuggestionElement.append("<br>");
currentSearchSuggestionElement.append('<span>There are ' + data[i].count + ' more options. Keep typing to see them.</span>');
currentSearchSuggestionElement.append('<span>There are ' + data[i].count + ' more options. Enter a longer search word to get more specific search suggestions.</span>');
}
}
else {
Expand Down

0 comments on commit f32200d

Please sign in to comment.