diff options
-rw-r--r-- | js/timetable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/timetable.js b/js/timetable.js index 40d1d52..c144ecf 100644 --- a/js/timetable.js +++ b/js/timetable.js @@ -128,7 +128,7 @@ async function loadTimetable(date_object, force_refresh = false) { success: (data) => { // Check if operation was successful if (data === null) { - M.toast({ html: "Timetable not available!" }); + M.toast({ html: "No periods in selected week." }); setLoading(false); } else { |