From 9808c95e0d294a47293e8cb0f9e1fcdba9402eba Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Wed, 13 Jan 2016 13:04:11 -0500 Subject: Fix help --- src/usr/local/www/firewall_nat_1to1_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php index e747e15..6687cd8 100644 --- a/src/usr/local/www/firewall_nat_1to1_edit.php +++ b/src/usr/local/www/firewall_nat_1to1_edit.php @@ -399,7 +399,7 @@ $section->addInput(new Form_Checkbox( 'Negate', 'This rule will be excluded from the NAT', $pconfig['nobinat'] -))->setHelp('Use this to exclude addresses from from a rule that follows this one'); +))->setHelp('Use this to exclude addresses from a rule that follows this one'); $section->addInput(new Form_Checkbox( 'nordr', -- cgit v1.1