diff options
Diffstat (limited to 'src')
-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 [, ...]]'); |