summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-08 15:34:44 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-08 15:34:44 +0545
commit5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e (patch)
tree21779a21b15d6090be0df5c7b5c11eec8c245e9c /src/usr/local/www/services_captiveportal_vouchers.php
parentb0eb674f8f9c474cbb52a468892cacf5df9e9028 (diff)
downloadpfsense-5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e.zip
pfsense-5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e.tar.gz
setHelp format for services_captiveportal
Diffstat (limited to 'src/usr/local/www/services_captiveportal_vouchers.php')
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index 4df0253..c2506e7 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -524,8 +524,8 @@ $section->addInput(new Form_IpAddress(
'vouchersyncdbip',
'Synchronize Voucher Database IP',
$pconfig['vouchersyncdbip']
-))->setHelp('IP address of master nodes webConfigurator to synchronize voucher database and used vouchers from.' . '<br />' .
- 'NOTE: this should be setup on the slave nodes and not the primary node!');
+))->setHelp('IP address of master nodes webConfigurator to synchronize voucher database and used vouchers from.%1$s' .
+ 'NOTE: this should be setup on the slave nodes and not the primary node!', '<br />');
$section->addInput(new Form_Input(
'vouchersyncport',
OpenPOWER on IntegriCloud