diff --git a/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php b/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php index af7865dd8e1a5b2f023dbe2e742a9aa1838382c1..702480aa81550c261757267568cd5c8f64338411 100644 --- a/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php +++ b/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php @@ -163,7 +163,7 @@ class DiCompileCommand extends Command ); } $this->taskManager->process(); - $output->writeln('<info>Generated code and DI configuration successfully.</info>'); + $output->writeln('<info>Generated code and dependency injection configuration successfully.</info>'); } catch (OperationException $e) { $output->writeln('<error>' . $e->getMessage() . '</error>'); }