diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index d662e06d21..f9630c0e26 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -874,7 +874,7 @@ if ($seprows[$nrules]) { if ("FloatingRules" != $if) { print(gettext("Rules are evaluated on a first-match basis (i.e. " . "the action of the first rule to match a packet will be executed). ") . '
' . - gettext("This means that if block rules are used, it is important to pay attention to " . + gettext("This means that if block rules are used, it is important to pay attention " . "to the rule order. Everything that isn't explicitly passed is blocked " . "by default. ")); } else { diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php index f7310703d0..d8f326747e 100644 --- a/src/usr/local/www/firewall_rules_edit.php +++ b/src/usr/local/www/firewall_rules_edit.php @@ -2028,7 +2028,7 @@ events.push(function() { } else if (val == 'synproxy state') { dispstr += 'Synproxy: proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined'; } else if (val == 'none') { - dispstr += 'None: Do not use state mechanisms to keep track. This is only useful if for doing advanced queueing in certain situations'; + dispstr += 'None: Do not use state mechanisms to keep track. This is only useful for doing advanced queueing in certain situations'; } dispstr += '';