From a3959e3cfcb4096308c503fd85a6602c16eb2e4b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 15 Sep 2021 13:37:27 -0300 Subject: [PATCH] Update lib/Service/BoardImportCommandService.php Co-authored-by: Julien Veyssier Signed-off-by: Vitor Mattos --- lib/Service/BoardImportCommandService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {