summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index abd52fb..3b9ae7e 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -553,7 +553,7 @@ if ($act=="new" || $act=="edit"):
))->setHelp('You may enter a description here for your reference (not parsed).');
$form->add($section);
- $section = new Form_Section('User Authentication settings');
+ $section = new Form_Section('User Authentication Settings');
$section->addClass('authentication');
$section->addInput(new Form_Input(
@@ -572,7 +572,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',
@@ -674,7 +674,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',
OpenPOWER on IntegriCloud