diff --git a/scripts/pi-hole/php/savesettings.php b/scripts/pi-hole/php/savesettings.php index 558a3183..835ec675 100644 --- a/scripts/pi-hole/php/savesettings.php +++ b/scripts/pi-hole/php/savesettings.php @@ -423,7 +423,7 @@ function readStaticLeasesFile() if(!strlen($error)) { exec("sudo pihole -a removestaticdhcp ".$mac); - $success .= "The static address with MAC address ".htmlentities($mac)." has been added"; + $success .= "The static address with MAC address ".htmlentities($mac)." has been removed"; } break; }