diff --git a/app/Console/Commands/SendReminders.php b/app/Console/Commands/SendReminders.php index e42092c57259..3e59124c5da6 100644 --- a/app/Console/Commands/SendReminders.php +++ b/app/Console/Commands/SendReminders.php @@ -125,7 +125,7 @@ class SendReminders extends Command private function chargeLateFees() { $accounts = $this->accountRepo->findWithFees(); - $this->info(date('r ') . $accounts->count() . ' accounts found with fees'); + $this->info(date('r ') . $accounts->count() . ' accounts found with fees enabled'); foreach ($accounts as $account) { if (! $account->hasFeature(FEATURE_EMAIL_TEMPLATES_REMINDERS)) {