summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx_src
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/js/searx_src')
-rw-r--r--searx/static/themes/simple/js/searx_src/searx_mapresult.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx_src/searx_mapresult.js b/searx/static/themes/simple/js/searx_src/searx_mapresult.js
index 869d07da0..267ac94cb 100644
--- a/searx/static/themes/simple/js/searx_src/searx_mapresult.js
+++ b/searx/static/themes/simple/js/searx_src/searx_mapresult.js
@@ -97,7 +97,7 @@
})
.catch(function() {
result_table_loadicon.classList.remove('invisible');
- result_table_loadicon.innerHTML = "could not load data!";
+ result_table_loadicon.innerHTML = could_not_load;
});
}
}