Skip to content

Commit

Permalink
Change name of label
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Aug 12, 2024
1 parent 8662a37 commit 2fd1d18
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 @@ -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
Expand Down

0 comments on commit 2fd1d18

Please sign in to comment.