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,