summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-29 00:13:30 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-29 00:13:30 -0700
commit88ae62a0281263e449edde6fe8dd0aaecad8b7e8 (patch)
tree0db6cd8e105c1a937be7f4acf076b03d7bf93bde /src/usr/local/www/system_hasync.php
parent88ec4c6f2a1a7172607061b71869a5d28e305820 (diff)
downloadpfsense-88ae62a0281263e449edde6fe8dd0aaecad8b7e8.zip
pfsense-88ae62a0281263e449edde6fe8dd0aaecad8b7e8.tar.gz
System / High Availability - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/system_hasync.php')
-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 bfbfa93..97713b8 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.<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.');
+ 'An IP must be defined on each machine participating in this failover group.<br />' .
+ '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.<br />' .
+))->setHelp('Enter the webConfigurator username of the system entered above for synchronizing the configuration.<br />' .
'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.<br />' .
+))->setHelp('Enter the webConfigurator password of the system entered above for synchronizing the configuration.<br />' .
'Do not use the Synchronize Config to IP and password option on backup cluster members!');
$group = new Form_MultiCheckboxGroup('Select options to sync');
OpenPOWER on IntegriCloud