mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[enh] add translatable strings to javascript - closes #461
This commit is contained in:
@@ -1314,7 +1314,7 @@ module.exports = AutoComplete;
|
||||
})
|
||||
.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