summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.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_unbound_domainoverride_edit.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.zip
pfsense-3fd418158970dd7a29aa504c9b2358ae2944f15b.tar.gz
setHelp strings for services*
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 4268186..4d46435 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -133,8 +133,8 @@ $section->addInput(new Form_IpAddress(
'ip',
'*IP Address',
$pconfig['ip']
-))->setHelp('IP address of the authoritative DNS server for this domain. e.g.: 192.168.100.100' . '<br />' .
- 'To use a non-default port for communication, append an \'@\' with the port number.')->setPattern('[a-zA-Z0-9@.:]+');
+))->setHelp('IP address of the authoritative DNS server for this domain. e.g.: 192.168.100.100%1$s' .
+ 'To use a non-default port for communication, append an \'@\' with the port number.', '<br />')->setPattern('[a-zA-Z0-9@.:]+');
$section->addInput(new Form_Input(
'descr',
OpenPOWER on IntegriCloud