summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/vpn_l2tp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 073de46..5c13369 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -120,7 +120,7 @@ if ($_POST) {
}
if ($_POST['radiussecret'] != $_POST['radiussecret_confirm']) {
- $input_errors[] = gettext("Secret and confirmation must match");
+ $input_errors[] = gettext("RADIUS secret and confirmation must match");
}
if (!is_numericint($_POST['n_l2tp_units']) || $_POST['n_l2tp_units'] > 255) {
OpenPOWER on IntegriCloud