mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[enh] add translatable strings to javascript - closes #461
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user