summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-15 15:58:23 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-15 15:58:23 +0545
commit583b40eea06402c83347bb451727c21cdff77d0f (patch)
tree641f1b81ae2bde47891a0daa1ddb67d07acb9f89 /src/usr/local/www
parentc3ba0f7e457a1a40804827a11d5c29779da81591 (diff)
downloadpfsense-583b40eea06402c83347bb451727c21cdff77d0f.zip
pfsense-583b40eea06402c83347bb451727c21cdff77d0f.tar.gz
Adv DHCP Require Options text
Diffstat (limited to 'src/usr/local/www')
-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 018a7cd..6344388 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2043,7 +2043,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'adv_dhcp_require_options',
- 'Request options',
+ 'Require options',
'text',
$pconfig['adv_dhcp_require_options']
))->sethelp('The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]]');
OpenPOWER on IntegriCloud