Changed notification for reloading firewall rules

I think 'fw rules reload...' is more logical.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Matthias Fischer
2022-04-02 22:11:21 +02:00
committed by Peter Müller
parent 488222a0e8
commit 705e948939
7 changed files with 8 additions and 9 deletions

View File

@@ -76,9 +76,8 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'save'}) {
# Mark the firewall config as changed.
&General::firewall_config_changed();
# Assign reload notice. We directly can use
# the notice from p2p block.
$notice = $Lang::tr{'p2p block save notice'};
# Assign reload notice.
$notice = $Lang::tr{'fw rules reload notice'};
}
&Header::openpage($Lang::tr{'locationblock configuration'}, 1, '');