summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-11 12:54:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-11 12:54:03 -0500
commit207105df63b32ac8f4d1e8a31ffc1a4e90357cf0 (patch)
tree43d1844e45380e92ebdf5294a5811644486c6539 /src/usr/local/www/firewall_nat_edit.php
parent64c3161521991761dcfc9cb6ca0b648e552cdcd9 (diff)
parent32de353f255cd692fdf1f4e2774a0ad0eb5b3299 (diff)
downloadpfsense-207105df63b32ac8f4d1e8a31ffc1a4e90357cf0.zip
pfsense-207105df63b32ac8f4d1e8a31ffc1a4e90357cf0.tar.gz
Merge pull request #2060 from phil-davis/patch-6
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index f5fe3b0..86cd2ac 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -865,7 +865,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Checkbox(
'nosync',
'No XMLRPC Sync',
- null,
+ 'Do not automatically sync to other CARP members',
$pconfig['nosync']
))->setHelp('This prevents the rule on Master from automatically syncing to other CARP members. ' .
'This does NOT prevent the rule from being overwritten on Slave.');
OpenPOWER on IntegriCloud