fix message

This commit is contained in:
Yuri Kuznetsov
2023-02-23 09:38:56 +02:00
parent b80d8830ba
commit a82408a06f
@@ -80,7 +80,7 @@ class CreateAdminUser implements Command
->findOne();
if ($existingUser) {
$io->writeLine("A user with the same already exists.");
$io->writeLine("A user with the same username already exists.");
$io->setExitStatus(1);
return;