From 685b634a1d8e409e9cae6cc87be5a02dbe5754c0 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 10 May 2022 18:43:50 +0530 Subject: [PATCH] minor UI changes --- scripts/std_ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/std_ui.js b/scripts/std_ui.js index 7739859..e8fef66 100644 --- a/scripts/std_ui.js +++ b/scripts/std_ui.js @@ -10,12 +10,12 @@ let paymentRequestsLoader = null; //Checks for internet connection status if (!navigator.onLine) notify( - "There seems to be a problem connecting to the internet, Please check you internet connection.", + "There seems to be a problem connecting to the internet. Please check your internet connection.", "error" ); window.addEventListener("offline", () => { notify( - "There seems to be a problem connecting to the internet, Please check you internet connection.", + "There seems to be a problem connecting to the internet. Please check your internet connection.", "error", { pinned: true } );