summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-21 13:57:55 -0300
committerRenato Botelho <renato@netgate.com>2015-09-21 13:57:55 -0300
commit4e9ac968b14c927e86bd0d96d6facfdbc942c7e3 (patch)
tree865a37b0588f7d596317a45cdf363fa0b69abca1 /src/usr/local/www
parent1473478b9584099b7eb27cefd824feb14c3290d3 (diff)
parente14a94af624f960ee122fe5156dc504b501300d4 (diff)
downloadpfsense-4e9ac968b14c927e86bd0d96d6facfdbc942c7e3.zip
pfsense-4e9ac968b14c927e86bd0d96d6facfdbc942c7e3.tar.gz
Merge pull request #1910 from doktornotor/patch-8
Diffstat (limited to 'src/usr/local/www')
-rwxr-xr-xsrc/usr/local/www/system_hasync.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_hasync.php b/src/usr/local/www/system_hasync.php
index 39edb45..85ba736 100755
--- a/src/usr/local/www/system_hasync.php
+++ b/src/usr/local/www/system_hasync.php
@@ -131,8 +131,8 @@ $section->addInput(new Form_Select(
$pconfig['pfsyncinterface'],
$iflist
))->setHelp('If Synchronize States is enabled this interface will be used for communication.<br />' .
- 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.<br />' .
- 'You must define a IP on each machine participating in this failover group.<br />' .
+ 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.<br />' .
+ 'You must define an IP on each machine participating in this failover group.<br />' .
'You must have an IP assigned to the interface on any participating sync nodes.');
$section->addInput(new Form_Input(
@@ -141,7 +141,7 @@ $section->addInput(new Form_Input(
'text',
$pconfig['pfsyncpeerip'],
['placeholder' => 'IP Address']
-))->setHelp('Setting this option will force pfsync to synchronize its state table to this IP address. The default is directed multicast.');
+))->setHelp('Setting this option will force pfsync to synchronize its state table to this IP address. The default is directed multicast.');
$form->add($section);
@@ -333,4 +333,4 @@ $form->add($section);
print($form);
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud