diff --git a/application/Espo/Classes/ConsoleCommands/CreateAdminUser.php b/application/Espo/Classes/ConsoleCommands/CreateAdminUser.php index 9e6939a147..c20c388845 100644 --- a/application/Espo/Classes/ConsoleCommands/CreateAdminUser.php +++ b/application/Espo/Classes/ConsoleCommands/CreateAdminUser.php @@ -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;