From 590749b7ebf4c6ef8095a22cf2d371bc98fae651 Mon Sep 17 00:00:00 2001 From: Jonny Bolton Date: Tue, 16 Feb 2021 17:39:39 +0000 Subject: [PATCH] Typo fixed in save settings Signed-off-by: Jonny Bolton --- scripts/pi-hole/php/savesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/savesettings.php b/scripts/pi-hole/php/savesettings.php index 276d3940..d37be27c 100644 --- a/scripts/pi-hole/php/savesettings.php +++ b/scripts/pi-hole/php/savesettings.php @@ -727,7 +727,7 @@ function addStaticDHCPLease($mac, $ip, $hostname) { } else { - $success .= "The privacy level has been not been changed"; + $success .= "The privacy level has not been changed"; } } else