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

@ -39,7 +39,7 @@ function post_toast2(url, button1, button2) {
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
}
}