From e8c11099ff558c380b0339ab1a48de931aa45e7a Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 20 Jun 2016 11:25:11 -0400 Subject: Fix redundant phrasing. --- src/usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.' . '
' . - '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 ') . '' . gettext(" clicking here") . '.'); $section->add($group); -- cgit v1.1