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_crlmanager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/system_crlmanager.php') diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php index 650ea20..040e7f5 100644 --- a/src/usr/local/www/system_crlmanager.php +++ b/src/usr/local/www/system_crlmanager.php @@ -377,7 +377,7 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) { if (!isset($id)) { $form = new Form(); - $section = new Form_Section('Create new revocation list'); + $section = new Form_Section('Create new Revocation List'); $section->addInput(new Form_Select( 'method', @@ -550,7 +550,7 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) { if (count($ca_certs) == 0) { print_info_box(gettext("No Certificates Found for this CA."), 'danger'); } else { - $section = new Form_Section('Choose a certificate to revoke'); + $section = new Form_Section('Choose a Certificate to Revoke'); $group = new Form_Group(null); $group->add(new Form_Select( -- cgit v1.1