Fix Typo for fresh installations as mentioned in #2281

This commit is contained in:
int2001
2025-09-03 14:58:39 +00:00
parent 9d8580b89b
commit 23bba3be5f

View File

@@ -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,