From c7ed72e8662bc67cbddf25d86185e7d4734f77d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Ju=C3=A1rez?= Date: Tue, 25 Jun 2019 16:07:18 -0600 Subject: [PATCH] [module:install] Fixed composer key trans (#4100) --- src/Command/Module/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/Module/InstallCommand.php b/src/Command/Module/InstallCommand.php index 1a7cc3b5e..be426cb05 100644 --- a/src/Command/Module/InstallCommand.php +++ b/src/Command/Module/InstallCommand.php @@ -120,7 +120,7 @@ protected function configure() 'composer', null, InputOption::VALUE_NONE, - $this->trans('commands.module.uninstall.options.composer') + $this->trans('commands.module.install.options.composer') ) ->setAliases(['moi']); }