From 02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 2 Apr 2023 23:03:02 +0200 Subject: Updated 35 files, added 11 files and deleted includes/components/search.inc (automated) --- includes/components/wakeup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/components/wakeup.inc') diff --git a/includes/components/wakeup.inc b/includes/components/wakeup.inc index 818378a..cc54821 100644 --- a/includes/components/wakeup.inc +++ b/includes/components/wakeup.inc @@ -104,7 +104,7 @@ if (window.alertIntervalCounter === 0) { sendNotification(); } else if (window.alertIntervalCounter > -1) { - document.getElementById("next-notification").innerText = window.alertIntervalCounter + " second" + (window.alertIntervalCounter > 1 ? "s" : ""); + document.getElementById("next-notification").innerText = "in " + window.alertIntervalCounter + " second" + (window.alertIntervalCounter > 1 ? "s" : ""); } }, 1000); } -- cgit