From a2b997ba2093b9164098a50ef5d610c175fc9154 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 13 Aug 2018 19:09:43 +0200 Subject: [PATCH] Fix #1608 --- app/Console/Commands/CreateImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CreateImport.php b/app/Console/Commands/CreateImport.php index 74910381e2..2479ac514f 100644 --- a/app/Console/Commands/CreateImport.php +++ b/app/Console/Commands/CreateImport.php @@ -150,7 +150,7 @@ class CreateImport extends Command if (true === $this->option('start')) { - $this->infoLine('The has started. The process is not visible. Please wait.'); + $this->infoLine('The import routine has started. The process is not visible. Please wait.'); Log::debug('Go for import!'); // run it!