Skip to content

Commit

Permalink
Add a colon character at the end of a description
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Nov 6, 2024
1 parent 5500251 commit ac29da0
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 @@ -1412,7 +1412,7 @@ step.searchSelect = {
limitType, null, false, false, "", ""); //, hasHebrew, hasGreek);
text2Display = '"' + str2Search + '"';
str2Search = '%22' + str2Search + '%22';
$("td.search-type-column.select-text").html(__s.search_type_desc_text);
$("td.search-type-column.select-text").html(__s.search_type_desc_text + ":");
}
else {
if ((str2Search.slice(-1) !== "*") && (!step.searchSelect.wordsWithNoInflection(str2Search))) {
Expand Down

0 comments on commit ac29da0

Please sign in to comment.