From e14a94af624f960ee122fe5156dc504b501300d4 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 20 Sep 2015 09:39:35 +0200 Subject: system_hasync.php - spelling/spacing fixes --- src/usr/local/www/system_hasync.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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.
' . - 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.
' . - 'You must define a IP on each machine participating in this failover group.
' . + 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.
' . + 'You must define an IP on each machine participating in this failover group.
' . '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"); -- cgit v1.1