From 2fd1d18edac07e3b44690236763090d256c61abb Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:49:00 -0700 Subject: [PATCH] Change name of label --- 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 3139a4d010..44b65f905f 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -300,7 +300,7 @@ step.searchSelect = { var currentSetting = false; if ((typeof localStorageSetting !== "string") && (optionName !== "strong_number") && (optionName !== "original_language") && - (optionName !== "frequency_details") && (optionName !== "dynamic_update")) { + (optionName !== "frequency_details") && (optionName !== "immediate_update")) { currentSetting = true; } else