This commit is contained in:
Aevann1 2021-10-04 01:02:41 +02:00
parent 52d70d5ef6
commit f6667ed942
16 changed files with 23 additions and 28 deletions

View file

@ -48,7 +48,7 @@ function post_toast(url, reload, data) {
myToast.hide();
var myToast = new bootstrap.Toast(document.getElementById('toast-post-error'));
myToast.show();
document.getElementById('toast-post-error-text').innerText = "Error. Try again later.";
document.getElementById('toast-post-error-text').innerText = "Error. Please try again later.";
return false
}
}