diff options
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_server.php')
-rw-r--r-- | src/usr/local/www/vpn_openvpn_server.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php index 26fbe2a..da65de9 100644 --- a/src/usr/local/www/vpn_openvpn_server.php +++ b/src/usr/local/www/vpn_openvpn_server.php @@ -694,7 +694,7 @@ if ($act=="new" || $act=="edit"): $form->add($section); - $section = new Form_Section('Cryptographic settings'); + $section = new Form_Section('Cryptographic Settings'); $section->addInput(new Form_Checkbox( 'tlsauth_enable', @@ -837,7 +837,7 @@ if ($act=="new" || $act=="edit"): $form->add($section); - $section = new Form_Section('Tunnel settings'); + $section = new Form_Section('Tunnel Settings'); $section->addInput(new Form_Input( 'tunnel_network', |