summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman <59285587+codeandmedia@users.noreply.github.com>2020-03-02 22:57:21 +0300
committerGitHub <noreply@github.com>2020-03-02 22:57:21 +0300
commitecbf43ec737df391ed0931ad33ea9f9f8f64fdbe (patch)
treef1bd7528b92e02a047adb813a47763cd79a0a6d7
parent0cc030baff534c6d2fdb46faad0b9146f288c1f5 (diff)
translating
-rw-r--r--static/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/search.js b/static/search.js
index 93ca7ca..5e0d3fe 100644
--- a/static/search.js
+++ b/static/search.js
@@ -166,7 +166,7 @@ function debounce(func, wait) {
return r.doc.body !== "";
});
if (results.length === 0) {
- $searchResultsHeader.innerText = `Ничего похожего на «${term}» не найдено`;
+ $searchResultsHeader.innerText = `Nothing like «${term}»`;
return;
}
@@ -190,4 +190,4 @@ function debounce(func, wait) {
initSearch();
} else {
document.addEventListener("DOMContentLoaded", initSearch);
- } \ No newline at end of file
+ }