summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorRoss Williams <ross@ross-williams.net>2016-11-30 09:38:49 -0500
committerRenato Botelho <renato@netgate.com>2016-12-02 14:00:29 -0200
commit6a2c8e35df0fe43192070dc6f890ccc82222de34 (patch)
tree37fad85f01dd16eacd4072cbf8392b73c61cf586 /src/usr/local/www/services_dhcpv6.php
parent7b0df18459b22eb9de01983c240375e5b87b4ce3 (diff)
downloadpfsense-6a2c8e35df0fe43192070dc6f890ccc82222de34.zip
pfsense-6a2c8e35df0fe43192070dc6f890ccc82222de34.tar.gz
Added title to ddnsforcehostname checkbox
(cherry picked from commit cfc10a3364fee9ab220b9ada5584bfbe62ba800c)
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index b77480a..0dfaabb 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -787,7 +787,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