Skip to content

Commit

Permalink
Fixing chain option translation typo (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston authored and jmolivas committed Jul 24, 2017
1 parent 0cc799d commit 048de58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Chain/ChainCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function($value) {
$inlinePlaceHolder,
$io->choice(
sprintf(
$this->trans('commands.chain.message.select-value-for-placeholder'),
$this->trans('commands.chain.messages.select-value-for-placeholder'),
$inlinePlaceHolder
),
$inlinePlaceHolderValue,
Expand Down

0 comments on commit 048de58

Please sign in to comment.