summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.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_dhcp.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.zip
pfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.tar.gz
setHelp strings for services*
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index a8301b0..9707292 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1058,8 +1058,8 @@ $section->addInput(new Form_Input(
'DDNS Domain',
'text',
$pconfig['ddnsdomain']
-))->setHelp('Leave blank to disable dynamic DNS registration.' . '<br />' .
- 'Enter the dynamic DNS domain which will be used to register client names in the DNS server.');
+))->setHelp('Leave blank to disable dynamic DNS registration.%1$s' .
+ 'Enter the dynamic DNS domain which will be used to register client names in the DNS server.', '<br />');
$section->addInput(new Form_Checkbox(
'ddnsforcehostname',
@@ -1272,7 +1272,7 @@ $section->addClass('adnlopts');
$section->addInput(new Form_StaticText(
null,
'<div class="alert alert-info"> ' . gettext('Enter the DHCP option number and the value for each item to include in the DHCP lease information.') . ' ' .
- sprintf(gettext('For a list of available options please visit this %1$s URL%2$s'), '<a href="http://www.iana.org/assignments/bootp-dhcp-parameters/" target="_blank">', '</a>.</div>')
+ sprintf(gettext('For a list of available options please visit this %1$s URL%2$s.%3$s'), '<a href="http://www.iana.org/assignments/bootp-dhcp-parameters/" target="_blank">', '</a>', '</div>')
));
if (!$pconfig['numberoptions']) {
OpenPOWER on IntegriCloud