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:11 -0400
commit2c5579ce4f81b5790c6f3c64fad7059c3a50e802 (patch)
tree81776e3f83ee0c8574c3c9e34044a145e27c04e7 /src/usr/local/www/interfaces.php
parentb0d0498cdeae246f9fc08e26deb3e7515187cb3d (diff)
downloadpfsense-2c5579ce4f81b5790c6f3c64fad7059c3a50e802.zip
pfsense-2c5579ce4f81b5790c6f3c64fad7059c3a50e802.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