diff --git a/app/Console/Commands/Correction/FixTransactionTypes.php b/app/Console/Commands/Correction/FixTransactionTypes.php index d4a1f46156..b927fbcdcb 100644 --- a/app/Console/Commands/Correction/FixTransactionTypes.php +++ b/app/Console/Commands/Correction/FixTransactionTypes.php @@ -52,7 +52,7 @@ class FixTransactionTypes extends Command return 0; } - $this->line(sprintf('All transaction journals are of the correct type (in %s seconds).', $end)); + $this->line(sprintf('All transaction journals are of the correct transaction type (in %s seconds).', $end)); return 0; }