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_hostname_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_captiveportal_hostname_edit.php') diff --git a/src/usr/local/www/services_captiveportal_hostname_edit.php b/src/usr/local/www/services_captiveportal_hostname_edit.php index d36fc80..71fef4f 100644 --- a/src/usr/local/www/services_captiveportal_hostname_edit.php +++ b/src/usr/local/www/services_captiveportal_hostname_edit.php @@ -204,7 +204,7 @@ $form = new Form(new Form_Button( gettext("Save") )); -$section = new Form_Section('Captive Portal Hostname settings'); +$section = new Form_Section('Captive Portal Hostname Settings'); $section->addInput(new Form_Select( 'dir', -- cgit v1.1