Skip to content

Commit

Permalink
[create:users] Fix time-range question (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
barraponto authored and enzolutions committed Jul 15, 2019
1 parent e6e3332 commit 22f114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Create/UsersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function ($role) use ($roles) {
$timeRanges = $this->getTimeRange();

$timeRange = $this->getIo()->choice(
$this->trans('commands.create.nodes.questions.time-range'),
$this->trans('commands.create.users.questions.time-range'),
array_values($timeRanges)
);

Expand Down

0 comments on commit 22f114d

Please sign in to comment.