summaryrefslogtreecommitdiffstats
path: root/src
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:30 -0400
commite8c11099ff558c380b0339ab1a48de931aa45e7a (patch)
treef5dc39d2313286b257f863000210eea598dc857e /src
parentd86b249be562a746459a0e1e34016be8f0b563a9 (diff)
downloadpfsense-e8c11099ff558c380b0339ab1a48de931aa45e7a.zip
pfsense-e8c11099ff558c380b0339ab1a48de931aa45e7a.tar.gz
Fix redundant phrasing.
Diffstat (limited to 'src')
-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