From 3f7314e2a834d3ad037ed05a518cdcccfa191e6d Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Wed, 22 May 2024 21:23:35 +0530 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a62dbff..62a4890 100644 --- a/index.html +++ b/index.html @@ -1598,9 +1598,9 @@ //Checks for internet connection status if (!navigator.onLine) - floGlobals.connectionErrorNotifications.push(notify('There seems to be a problem connecting to the internet, Please check you internet connection.', 'error')) + floGlobals.connectionErrorNotifications.push(notify('There seems to be a problem connecting to the internet, Please check your internet connection.', 'error')) window.addEventListener('offline', () => { - floGlobals.connectionErrorNotifications.push(notify('There seems to be a problem connecting to the internet, Please check you internet connection.', 'error')) + floGlobals.connectionErrorNotifications.push(notify('There seems to be a problem connecting to the internet, Please check your internet connection.', 'error')) }) window.addEventListener('online', () => { floGlobals.connectionErrorNotifications.forEach(notificationId => getRef('notification_drawer').remove(notificationId))