From 8bcf8095a96e04f20aaf18d903619ea6ca7b5fe1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 6 Aug 2019 05:42:15 +0200 Subject: [PATCH] Switch around text [skip ci] --- app/Console/Commands/Upgrade/BackToJournals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Upgrade/BackToJournals.php b/app/Console/Commands/Upgrade/BackToJournals.php index 5610e1751b..99fb2fd685 100644 --- a/app/Console/Commands/Upgrade/BackToJournals.php +++ b/app/Console/Commands/Upgrade/BackToJournals.php @@ -60,7 +60,7 @@ class BackToJournals extends Command $this->error('Please run firefly-iii:migrate-to-groups first.'); } if ($this->isExecuted() && true !== $this->option('force')) { - $this->info('This command has been executed already.'); + $this->info('This command has already been executed.'); return 0; }