From b3d8c185c6f2eb2f1f4b8ad26b67da82cd59f54c Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 20 Aug 2024 17:16:03 +0200 Subject: [PATCH] Update wording --- application/controllers/Lotw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 895bce184..cb8de7ba0 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -408,9 +408,9 @@ class Lotw extends CI_Controller { if ($results['cert']) { $data['general_cert'] = $results['cert']; } else { - log_message('error', 'Found no cert in '.$file); + log_message('error', 'Found no certificate in file '.$file); unlink($file); - $this->session->set_flashdata('warning', sprintf(__("Found no cert in %s. If the filename contains 'key-only', this p12 file is not activated by LoTW yet."), $file)); + $this->session->set_flashdata('warning', sprintf(__("Found no certificate in file %s. If the filename contains 'key-only' this is typically a certificate request which has not been processed by LoTW yet."), basename($file))); redirect('lotw'); }