Merge pull request #3797 from IknowJoseph/patch-1

This commit is contained in:
Steve Beaver 2017-11-29 08:52:27 -05:00
commit 327d7996d4

View File

@ -3241,7 +3241,7 @@ $section->addInput(new Form_Checkbox(
'yes'
))->setHelp('Blocks traffic from reserved IP addresses (but not RFC 1918) or not yet assigned by IANA. Bogons are prefixes that should ' .
'never appear in the Internet routing table, and so should not appear as the source address in any packets received.%1$s' .
'Note: The update frequency can be changed under System->Advanced Firewall/NAT settings.', '<br />');
'Note: The update frequency can be changed under System > Advanced, Firewall & NAT settings.', '<br />');
$form->add($section);