From 7c482db18bb6df80d15c6992351a4a82adb03c12 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 20 Dec 2016 14:24:09 -0800 Subject: [PATCH] [config:export:single] Update translation key. --- src/Command/Config/ExportSingleCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Command/Config/ExportSingleCommand.php b/src/Command/Config/ExportSingleCommand.php index ee628f1d5..cbfe66372 100644 --- a/src/Command/Config/ExportSingleCommand.php +++ b/src/Command/Config/ExportSingleCommand.php @@ -266,7 +266,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $module, $io, $this->trans( - 'commands.config.export.single.messages.config_exported' + 'commands.config.export.single.messages.config-exported' ) ); @@ -280,7 +280,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $this->exportConfig( $directory, $io, - $this->trans('commands.config.export.single.messages.config_exported') + $this->trans('commands.config.export.single.messages.config-exported') ); return 0;