diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index c0b4a42dfb..12211dddbc 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -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.', '
');
+ 'Note: The update frequency can be changed under System > Advanced, Firewall & NAT settings.', '
');
$form->add($section);