Commit c7e5c37a authored by Franco Fichtner's avatar Franco Fichtner

ipsec: fix grammar on error

Not sure we'll ever hit this, make it more vague, although
IKE is pretty much either this or that.

Spotted by: @fabianfrz
parent 971c7831
......@@ -342,7 +342,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
if (!empty($pconfig['iketype']) && $pconfig['iketype'] != "ikev1" && $pconfig['iketype'] != "ikev2") {
$input_errors[] = gettext("Valid arguments for IKE type is v1 or v2");
$input_errors[] = gettext('Invalid argument for key exchange protocol version.');
}
/* build our encryption algorithms array */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment