From af7d7236dfaab7f68c96e3fed3331db0c9fffdad Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 7 Aug 2019 10:52:56 +0200 Subject: [PATCH] firewall, rules. use same message as other legacy pages, which also informs the user about HAsync when needed. The background note is not very relevant anyway. --- src/www/firewall_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php index c34180e86..7283a9db6 100644 --- a/src/www/firewall_rules.php +++ b/src/www/firewall_rules.php @@ -225,7 +225,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { system_cron_configure(); filter_configure(); clear_subsystem_dirty('filter'); - $savemsg = gettext('The settings have been applied and the rules are now reloading in the background.'); + $savemsg = get_std_save_message(); } elseif (isset($pconfig['act']) && $pconfig['act'] == 'del' && isset($id)) { // delete single item if (!empty($a_filter[$id]['associated-rule-id'])) {