summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php4
1 files changed, 2 insertions, 2 deletions
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(
OpenPOWER on IntegriCloud