ipblocklist.cgi: Use changed fw reload language string.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-06-21 17:32:39 +02:00
parent a2e095aff1
commit 77af89e59f

View File

@@ -122,7 +122,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}") {
&General::firewall_config_changed();
# Display notice about a required reload of the firewall.
$errormessage = "$Lang::tr{'p2p block save notice'}";
$errormessage = "$Lang::tr{'fw rules reload notice'}";
}
}