summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-08 22:28:27 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-08 22:28:27 +0545
commit3fd418158970dd7a29aa504c9b2358ae2944f15b (patch)
treeb7c84cf2f091707f4b55bc96e649eb50904059ff /src/usr/local/www/services_dhcpv6.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.zip
pfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.tar.gz
setHelp strings for services*
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index a433698..a044a20 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -718,16 +718,16 @@ $section->addInput(new Form_Input(
'Default lease time',
'text',
$pconfig['deftime']
-))->setHelp('Lease time in seconds. Used for clients that do not ask for a specific expiration time. ' . ' <br />' .
- 'The default is 7200 seconds.');
+))->setHelp('Lease time in seconds. Used for clients that do not ask for a specific expiration time. %1$s' .
+ 'The default is 7200 seconds.', '<br />');
$section->addInput(new Form_Input(
'maxtime',
'Max lease time',
'text',
$pconfig['maxtime']
-))->setHelp('Maximum lease time for clients that ask for a specific expiration time.' . ' <br />' .
- 'The default is 86400 seconds.');
+))->setHelp('Maximum lease time for clients that ask for a specific expiration time. %1$s' .
+ 'The default is 86400 seconds.', '<br />');
$section->addInput(new Form_Checkbox(
'dhcpv6leaseinlocaltime',
OpenPOWER on IntegriCloud