From ac29da0ef854b83f7c7b168e2df67fb91f6fe220 Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:34:17 -0800 Subject: [PATCH] Add a colon character at the end of a description --- step-web/src/main/webapp/js/search_selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index 79903aac4f..ce5ae8609e 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -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))) {