]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ipblocklist.cgi: Use changed fw reload language string.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 21 Jun 2022 15:32:39 +0000 (17:32 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 7 Jul 2022 15:28:05 +0000 (17:28 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ipblocklist.cgi

index 1cd24b68e09057d9a66099467740d8486597acf3..5b46ded7932f5195b8902fb73fc1bd8f186acb1e 100644 (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'}";
        }
 }