diff --git a/src/www/vpn_openvpn_export.php b/src/www/vpn_openvpn_export.php index f3fd94c0d..edfb237e3 100644 --- a/src/www/vpn_openvpn_export.php +++ b/src/www/vpn_openvpn_export.php @@ -157,7 +157,7 @@ if (isset($config['openvpn']['openvpn-server'])) { $proxy['ip'] = $_GET['proxy_addr']; } if (empty($_GET['proxy_port'])) { - $input_errors[] = gettext("You need to specify a port for the proxy ip."); + $input_errors[] = gettext("You need to specify a port for the proxy IP."); } else { $proxy['port'] = $_GET['proxy_port']; } diff --git a/src/www/vpn_openvpn_server.php b/src/www/vpn_openvpn_server.php index bb3a9f895..1c01ee2bc 100644 --- a/src/www/vpn_openvpn_server.php +++ b/src/www/vpn_openvpn_server.php @@ -1230,7 +1230,7 @@ endif; ?> endforeach; ?>