From 4081c2320664db7e11aed93e2f5109bf89916627 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 5 Apr 2016 10:27:41 -0400 Subject: Fix wording on advanced IPsec settings titles. strongSwan doesn't get restarted in debug mode, it just changes the verbose level of log sections. Old terminology was leftover from racoon days. --- src/usr/local/www/vpn_ipsec_settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php index ca33a7d..3c75716 100644 --- a/src/usr/local/www/vpn_ipsec_settings.php +++ b/src/usr/local/www/vpn_ipsec_settings.php @@ -271,7 +271,7 @@ display_top_tabs($tab_array); $form = new Form; -$section = new Form_Section('Start IPsec in Debug Mode Based on Sections Selected'); +$section = new Form_Section('IPsec Logging Controls'); foreach ($ipsec_log_cats as $cat => $desc) { $section->addInput(new Form_Select( @@ -283,12 +283,12 @@ foreach ($ipsec_log_cats as $cat => $desc) { } $section->addInput(new Form_StaticText('', ''))->setHelp( - 'Launches IPsec in debug mode so that more verbose logs will be generated to aid in troubleshooting.' + 'Changes the log verbosity for the IPsec daemon, so that more detail will be generated to aid in troubleshooting.' ); $form->add($section); -$section = new Form_Section('IPsec Advanced Settings'); +$section = new Form_Section('Advanced IPsec Settings'); $section->addInput(new Form_Select( 'uniqueids', -- cgit v1.1