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/system_gateway_groups_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/system_gateway_groups_edit.php') diff --git a/src/usr/local/www/system_gateway_groups_edit.php b/src/usr/local/www/system_gateway_groups_edit.php index 8da6bc5..63a7f6e 100644 --- a/src/usr/local/www/system_gateway_groups_edit.php +++ b/src/usr/local/www/system_gateway_groups_edit.php @@ -220,7 +220,7 @@ if ($input_errors) { $form = new Form(); -$section = new Form_Section('Edit gateway group entry'); +$section = new Form_Section('Edit Gateway Group Entry'); $section->addInput(new Form_Input( 'name', -- cgit v1.1