From 23bba3be5f7c0776bc76577bb3146024fca851ac Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 3 Sep 2025 14:58:39 +0000 Subject: [PATCH] Fix Typo for fresh installations as mentioned in #2281 --- application/migrations/197_clublog_recvd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/197_clublog_recvd.php b/application/migrations/197_clublog_recvd.php index b57774467..8b09d5489 100644 --- a/application/migrations/197_clublog_recvd.php +++ b/application/migrations/197_clublog_recvd.php @@ -16,7 +16,7 @@ class Migration_clublog_recvd extends CI_Migration { 'id' => 'clublog_download', 'enabled' => '0', 'status' => 'pending', - 'description' => 'Download QSOs from Clublog', + 'description' => 'Download QSLs from Clublog', 'function' => 'index.php/clublog/download', 'expression' => '7 00 * * *', 'last_run' => null,