summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index 05f0af9..317b3cc 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -703,7 +703,7 @@ $section->addInput(new Form_Input(
$form->add($section);
-$section = new Form_Section('Phase 1 proposal (Authentication)');
+$section = new Form_Section('Phase 1 Proposal (Authentication)');
$section->addInput(new Form_Select(
'authentication_method',
@@ -783,7 +783,7 @@ $section->addInput(new Form_Select(
$form->add($section);
-$section = new Form_Section('Phase 1 proposal (Algorithms)');
+$section = new Form_Section('Phase 1 Proposal (Algorithms)');
$group = new Form_Group('Encryption Algorithm');
OpenPOWER on IntegriCloud