small fix

This commit is contained in:
Andras Bacsai
2023-08-17 15:24:26 +02:00
parent ee14d5caf5
commit e5e10ade72
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class InviteFromWaitlist extends Command
$this->remove_from_waitlist();
$this->send_email();
} else {
$this->info('No one in the waitlist who is verified. 👀');
$this->info('No verified user found in the waitlist. 👀');
}
}
private function register_user()