Update interfaces.php

Updated as per style guidelines (??) I'm new here, please say if still not right!
This commit is contained in:
Joseph Reeves 2017-08-10 15:07:28 +01:00 committed by GitHub
parent ef863b313c
commit 7dfb18da3e

View File

@ -3239,7 +3239,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);