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_vouchers.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/services_captiveportal_vouchers.php') diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php index 46588a6..392fbf4 100644 --- a/src/usr/local/www/services_captiveportal_vouchers.php +++ b/src/usr/local/www/services_captiveportal_vouchers.php @@ -507,7 +507,7 @@ endif; $form = new Form(); -$section = new Form_Section('Create, generate and activate Rolls with Vouchers'); +$section = new Form_Section('Create, Generate and Activate Rolls with Vouchers'); $section->addInput(new Form_Checkbox( 'enable', @@ -518,7 +518,7 @@ $section->addInput(new Form_Checkbox( $form->add($section); -$section = new Form_Section('Create, generate and activate Rolls with Vouchers'); +$section = new Form_Section('Create, Generate and Activate Rolls with Vouchers'); $section->addClass('rolledit'); $section->addInput(new Form_Textarea( @@ -588,7 +588,7 @@ $section->addInput(new Form_Input( $form->add($section); -$section = new Form_Section('Voucher database synchronization'); +$section = new Form_Section('Voucher Database Synchronization'); $section->addClass('rolledit'); $section->addInput(new Form_IpAddress( -- cgit v1.1