diff options
author | Renato Botelho <renato@netgate.com> | 2015-12-15 08:18:07 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-12-15 08:18:07 -0200 |
commit | 5d527ce6126e14cfd9856b60d22f48caf647c66c (patch) | |
tree | a3e326aeff053643e71635fa325098c4929c38b3 | |
parent | a5856dcb190dd551eb7e49b90535e48bb0d91510 (diff) | |
parent | 583b40eea06402c83347bb451727c21cdff77d0f (diff) | |
download | pfsense-5d527ce6126e14cfd9856b60d22f48caf647c66c.zip pfsense-5d527ce6126e14cfd9856b60d22f48caf647c66c.tar.gz |
Merge pull request #2233 from phil-davis/patch-4
-rw-r--r-- | src/usr/local/www/interfaces.php | 2 |
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 [, ...]]'); |