From 5f88f964a6939a9b15cbf95acd9b4c0c57fa0d08 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Wed, 10 Feb 2016 21:51:10 -0600 Subject: Convert section titles to title case --- src/usr/local/www/services_captiveportal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/services_captiveportal.php') diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index d46b985..68ade85 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -953,7 +953,7 @@ $section->add($group); $form->add($section); -$section = new Form_Section('RADIUS options'); +$section = new Form_Section('RADIUS Options'); $section->addClass('Radius'); $section->addInput(new Form_Checkbox( @@ -1032,7 +1032,7 @@ $section->addInput(new Form_Select( $form->add($section); -$section = new Form_Section('HTTPS options'); +$section = new Form_Section('HTTPS Options'); $section->addClass('HTTPS'); $section->addInput(new Form_Checkbox( @@ -1071,7 +1071,7 @@ $section->addInput(new Form_Checkbox( $form->add($section); -$section = new Form_Section('HTML page contents'); +$section = new Form_Section('HTML Page Contents'); $section->addClass('HTML'); $section->addInput(new Form_Input( -- cgit v1.1