Skip to content

Commit

Permalink
Generate theme command should use right machine name question string. (
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 authored and jmolivas committed Jun 9, 2017
1 parent 8b0c5f5 commit e0c705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Generate/ThemeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function ($theme) use ($validators) {

if (!$machine_name) {
$machine_name = $io->ask(
$this->trans('commands.generate.module.questions.machine-name'),
$this->trans('commands.generate.theme.questions.machine-name'),
$this->stringConverter->createMachineName($theme),
function ($machine_name) use ($validators) {
return $validators->validateMachineName($machine_name);
Expand Down

0 comments on commit e0c705d

Please sign in to comment.