From 896edd0349561ce14fe05394eea731fe9253c5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 20 Feb 2020 20:15:40 +0100 Subject: typo fix --- js/absences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/absences.js') 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 -- cgit v1.2.3