diff --git a/src/PHPCensor/Command/InstallCommand.php b/src/PHPCensor/Command/InstallCommand.php index e0a27aa2..6a641a6a 100644 --- a/src/PHPCensor/Command/InstallCommand.php +++ b/src/PHPCensor/Command/InstallCommand.php @@ -192,7 +192,7 @@ class InstallCommand extends Command } if (!$adminName = $input->getOption('admin-name')) { - $questionName = new Question(Lang::get('admin-name')); + $questionName = new Question(Lang::get('admin_name')); $adminName = $helper->ask($input, $output, $questionName); }