summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-09 08:57:26 -0200
committerRenato Botelho <renato@netgate.com>2017-02-09 08:57:26 -0200
commit6ec9b6ef4bb1ddf546c2126abc904b98c01628cc (patch)
treed1db0e9f7e208617f637785340c6f0af9f7b65ee /src/usr/local/www/services_captiveportal_vouchers.php
parenta962a2d3caa9b3111cca5badf9078d5b5415ba9c (diff)
parent5dd8682c7f35a0449cdbbe6fdbb2069d94aa706e (diff)
downloadpfsense-6ec9b6ef4bb1ddf546c2126abc904b98c01628cc.zip
pfsense-6ec9b6ef4bb1ddf546c2126abc904b98c01628cc.tar.gz
Merge pull request #3508 from phil-davis/sethelp-6
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