From e01124fb2be59372d06f3e8acde5781fefa9783d Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 9 Oct 2023 17:38:11 +0200 Subject: [PATCH] Update scripts/pi-hole/js/login.js Co-authored-by: RD WebDesign Signed-off-by: DL6ER --- scripts/pi-hole/js/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/login.js b/scripts/pi-hole/js/login.js index 03449508..3f402841 100644 --- a/scripts/pi-hole/js/login.js +++ b/scripts/pi-hole/js/login.js @@ -114,7 +114,7 @@ $(function () { if (data.session.totp === true) $("#totp_input").removeClass("hidden"); }); - // Get imformation about HTTPS port and DNS status + // Get information about HTTPS port and DNS status $.ajax({ url: "/api/info/login", }).done(function (data) {