diff options
Diffstat (limited to 'js/absences.js')
-rw-r--r-- | js/absences.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/absences.js b/js/absences.js index 77a6c75..3228cee 100644 --- a/js/absences.js +++ b/js/absences.js @@ -62,7 +62,7 @@ async function loadAbsences(force_refresh = false) { success: function (data) { // If data is null, the credentials were incorrect if (data === null) { - M.toast({ html: "No absences in this time span." }); + M.toast({ html: "No absences in the chosen time period." }); setLoading(false); } else { // Save absences & populate UI |