Skip to content

Commit c60bc46

Browse files
committed
Merge pull request pfsense#2803 from NOYB/System_/_High_Availability_-_Remove_Personalizations
2 parents 068b4f7 + 88ae62a commit c60bc46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/usr/local/www/system_hasync.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ interfaces_sync_setup();
171171
$iflist
172172
))->setHelp('If Synchronize States is enabled this interface will be used for communication.<br />' .
173173
'We recommend setting this to an interface other than LAN! A dedicated interface works the best.<br />' .
174-
'You must define an IP on each machine participating in this failover group.<br />' .
175-
'You must have an IP assigned to the interface on any participating sync nodes.');
174+
'An IP must be defined on each machine participating in this failover group.<br />' .
175+
'An IP must be assigned to the interface on any participating sync nodes.');
176176

177177
$section->addInput(new Form_Input(
178178
'pfsyncpeerip',
@@ -201,15 +201,15 @@ interfaces_sync_setup();
201201
'Remote System Username',
202202
'text',
203203
$pconfig['username']
204-
))->setHelp('Enter the webConfigurator username of the system entered above for synchronizing your configuration.<br />' .
204+
))->setHelp('Enter the webConfigurator username of the system entered above for synchronizing the configuration.<br />' .
205205
'Do not use the Synchronize Config to IP and username option on backup cluster members!');
206206

207207
$section->addPassword(new Form_Input(
208208
'passwordfld',
209209
'Remote System Password',
210210
'password',
211211
$pconfig['passwordfld']
212-
))->setHelp('Enter the webConfigurator password of the system entered above for synchronizing your configuration.<br />' .
212+
))->setHelp('Enter the webConfigurator password of the system entered above for synchronizing the configuration.<br />' .
213213
'Do not use the Synchronize Config to IP and password option on backup cluster members!');
214214

215215
$group = new Form_MultiCheckboxGroup('Select options to sync');

0 commit comments

Comments
 (0)