summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx_src
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-06-15 18:25:05 +0200
committerAdam Tauber <asciimoo@gmail.com>2020-06-15 18:31:14 +0200
commit4ca0d8cb0fd6c0e6b1301a6e8577aea6d928e9dc (patch)
treea95bdb8507a7fe944f59387d0fe9a30c53ac4af6 /searx/static/themes/simple/js/searx_src
parent6fb5c6aad920b31599292bdffa1dd2ab2f7d1adc (diff)
[enh] add translatable strings to javascript - closes #461
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;
});
}
}