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

@ -47,7 +47,7 @@ function post_toast_callback(url, data, callback) {
}
return false
} catch(e) {
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;