summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorRoss Williams <ross@ross-williams.net>2016-11-30 09:38:49 -0500
committerRoss Williams <ross@ross-williams.net>2016-11-30 09:38:49 -0500
commitcfc10a3364fee9ab220b9ada5584bfbe62ba800c (patch)
tree3f30f33ab35c957d6d04b923a6ddd9706d46ee56 /src/usr/local/www/services_dhcp.php
parenta7e3001c740c79da652a9a4d53509e95adaf0c77 (diff)
downloadpfsense-cfc10a3364fee9ab220b9ada5584bfbe62ba800c.zip
pfsense-cfc10a3364fee9ab220b9ada5584bfbe62ba800c.tar.gz
Added title to ddnsforcehostname checkbox
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 20a111f..b8e5210 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1017,7 +1017,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Checkbox(
'ddnsforcehostname',
- null,
+ 'DDNS Hostnames',
'Force dynamic DNS hostname to be the same as configured hostname for Static Mappings',
$pconfig['ddnsforcehostname']
))->setHelp('Default is to allow DHCP client to supply hostname to be registered.');
OpenPOWER on IntegriCloud