From 88ae62a0281263e449edde6fe8dd0aaecad8b7e8 Mon Sep 17 00:00:00 2001 From: NOYB Date: Tue, 29 Mar 2016 00:13:30 -0700 Subject: [PATCH] System / High Availability - Remove Personalizations Remove "you" personalizations. --- src/usr/local/www/system_hasync.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usr/local/www/system_hasync.php b/src/usr/local/www/system_hasync.php index bfbfa93358..97713b8e58 100755 --- a/src/usr/local/www/system_hasync.php +++ b/src/usr/local/www/system_hasync.php @@ -171,8 +171,8 @@ $section->addInput(new Form_Select( $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 an IP on each machine participating in this failover group.
' . - 'You must have an IP assigned to the interface on any participating sync nodes.'); + 'An IP must be defined on each machine participating in this failover group.
' . + 'An IP must be assigned to the interface on any participating sync nodes.'); $section->addInput(new Form_Input( 'pfsyncpeerip', @@ -201,7 +201,7 @@ $section->addInput(new Form_Input( 'Remote System Username', 'text', $pconfig['username'] -))->setHelp('Enter the webConfigurator username of the system entered above for synchronizing your configuration.
' . +))->setHelp('Enter the webConfigurator username of the system entered above for synchronizing the configuration.
' . 'Do not use the Synchronize Config to IP and username option on backup cluster members!'); $section->addPassword(new Form_Input( @@ -209,7 +209,7 @@ $section->addPassword(new Form_Input( 'Remote System Password', 'password', $pconfig['passwordfld'] -))->setHelp('Enter the webConfigurator password of the system entered above for synchronizing your configuration.
' . +))->setHelp('Enter the webConfigurator password of the system entered above for synchronizing the configuration.
' . 'Do not use the Synchronize Config to IP and password option on backup cluster members!'); $group = new Form_MultiCheckboxGroup('Select options to sync');