diff --git a/groups-domains.lp b/groups-domains.lp index c1aa01fa..cc7a5c9c 100644 --- a/groups-domains.lp +++ b/groups-domains.lp @@ -75,7 +75,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
Hint: Need help to write a proper RegEx rule? Have a look at our online - + regular expressions tutorial.
diff --git a/login.lp b/login.lp index 61b7a6b1..1ac17150 100644 --- a/login.lp +++ b/login.lp @@ -72,7 +72,7 @@ mg.include('scripts/lua/header.lp','r')

Your Pi-hole has two-factor authentication enabled. You have to - enter a valid TOTP + enter a valid TOTP token in addition to your password. You see this message because your token was incorrect or has already expired.

@@ -104,9 +104,9 @@ mg.include('scripts/lua/header.lp','r') @@ -114,7 +114,7 @@ mg.include('scripts/lua/header.lp','r')
- Donate if you found this useful. + Donate if you found this useful.
diff --git a/scripts/js/footer.js b/scripts/js/footer.js index b392ae96..9e990586 100644 --- a/scripts/js/footer.js +++ b/scripts/js/footer.js @@ -517,7 +517,7 @@ function updateVersionInfo() { v.url + "/" + localVersion + - '" rel="noopener" target="_blank">' + + '" rel="noopener noreferrer" target="_blank">' + localVersion + ""; if (versionCompare(v.local, v.remote) === -1) { @@ -548,7 +548,7 @@ function updateVersionInfo() { v.url + "/" + localVersion + - '" rel="noopener" target="_blank">' + + '" rel="noopener noreferrer" target="_blank">' + localVersion + ""; } @@ -563,7 +563,7 @@ function updateVersionInfo() { localVersion + ' · Update available!' + '" rel="noopener noreferrer" target="_blank">Update available!' ); // if at least one component can be updated, display the update-hint footer updateAvailable = true; @@ -575,11 +575,11 @@ function updateVersionInfo() { if (dockerUpdate) $("#update-hint").html( - 'To install updates, replace this old container with a fresh upgraded image.' + 'To install updates, replace this old container with a fresh upgraded image.' ); else if (updateAvailable) $("#update-hint").html( - 'To install updates, run pihole -up.' + 'To install updates, run pihole -up.' ); clearTimeout(versionTimer); diff --git a/scripts/lua/footer.lp b/scripts/lua/footer.lp index 94efb815..81c05b1b 100644 --- a/scripts/lua/footer.lp +++ b/scripts/lua/footer.lp @@ -52,7 +52,7 @@ end