summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-06-20 11:25:11 -0400
committerjim-p <jimp@pfsense.org>2016-06-20 11:25:27 -0400
commit25bbf8a1b223672c483499529357c53208cc5df7 (patch)
tree309abc579c8e0a3072a88d6b002cdd308b44b494 /src/usr/local/www/interfaces.php
parent39cc232b34479654a4d97f052af14ae6f76f9f64 (diff)
downloadpfsense-25bbf8a1b223672c483499529357c53208cc5df7.zip
pfsense-25bbf8a1b223672c483499529357c53208cc5df7.tar.gz
Fix redundant phrasing.
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index b7df85b..dac1875 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1822,7 +1822,7 @@ $group->add(new Form_Button(
))->setAttribute('type','button')->addClass('btn-success')->setAttribute('data-target', '#newgateway')->setAttribute('data-toggle', 'modal');
$group->setHelp('If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the "Add" button.' . '<br />' .
- 'On local LANs the upstream gateway should be "none". ' .
+ 'On local area network interfaces the upstream gateway should be "none". ' .
gettext('Gateways can be managed by ') . '<a target="_blank" href="system_gateways.php">' . gettext(" clicking here") . '</a>.');
$section->add($group);
OpenPOWER on IntegriCloud