Revision db499864
Added by Renato Botelho almost 6 years ago
src/usr/local/www/vpn_openvpn_client.php | ||
---|---|---|
275 | 275 |
} |
276 | 276 |
|
277 | 277 |
if ($pconfig['proxy_passwd'] != $pconfig['proxy_passwd_confirm']) { |
278 |
$input_errors[] = gettext("Password and confirmation must match."); |
|
278 |
$input_errors[] = gettext("Proxy password and confirmation must match.");
|
|
279 | 279 |
} |
280 | 280 |
} |
281 | 281 |
} |
Also available in: Unified diff
Clarify that error message is about proxy password