File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ interfaces_sync_setup();
171
171
$ iflist
172
172
))->setHelp ('If Synchronize States is enabled this interface will be used for communication.<br /> ' .
173
173
'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. ' );
176
176
177
177
$ section ->addInput (new Form_Input (
178
178
'pfsyncpeerip ' ,
@@ -201,15 +201,15 @@ interfaces_sync_setup();
201
201
'Remote System Username ' ,
202
202
'text ' ,
203
203
$ 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 /> ' .
205
205
'Do not use the Synchronize Config to IP and username option on backup cluster members! ' );
206
206
207
207
$ section ->addPassword (new Form_Input (
208
208
'passwordfld ' ,
209
209
'Remote System Password ' ,
210
210
'password ' ,
211
211
$ 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 /> ' .
213
213
'Do not use the Synchronize Config to IP and password option on backup cluster members! ' );
214
214
215
215
$ group = new Form_MultiCheckboxGroup ('Select options to sync ' );
You can’t perform that action at this time.
0 commit comments