mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
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:
committed by
Peter Müller
parent
488222a0e8
commit
705e948939
@@ -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, '');
|
||||
|
||||
Reference in New Issue
Block a user