[enh] add translatable strings to javascript - closes #461

This commit is contained in:
Adam Tauber 2020-06-15 18:25:05 +02:00
parent 6fb5c6aad9
commit 4ca0d8cb0f
11 changed files with 20 additions and 11 deletions

View file

@ -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;
});
}
}