mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/2/two/
This commit is contained in:
parent
74fb8d5609
commit
13fb4c798f
@ -122,7 +122,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
if($_POST['password'] == "")
|
||||
$input_errors[] = "You must specify a CARP password that is shared between the 2 VHID members.";
|
||||
$input_errors[] = "You must specify a CARP password that is shared between the two VHID members.";
|
||||
$can_post = true;
|
||||
$found = false;
|
||||
$subnet_ip = return_first_two_octets($_POST['subnet']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user