diff --git a/lib/Service/BoardImportCommandService.php b/lib/Service/BoardImportCommandService.php index 2af23cdb0..3741f85cf 100644 --- a/lib/Service/BoardImportCommandService.php +++ b/lib/Service/BoardImportCommandService.php @@ -154,7 +154,7 @@ class BoardImportCommandService extends BoardImportService { } $helper = $this->getCommand()->getHelper('question'); $question = new Question( - 'Please inform a valid data json file: ', + 'Please provide a valid data json file: ', 'data.json' ); $question->setValidator(function (string $answer) {