Better wording.

This commit is contained in:
James Cole
2016-01-17 07:55:23 +01:00
parent 1b3198c143
commit 20993342a2

View File

@@ -53,11 +53,13 @@ class UpgradeFireflyInstructions extends Command
if (is_null($text)) {
$this->line('Thank you for installing Firefly III, v' . $version);
$this->info('There are no extra upgrade instructions.');
$this->line('If you are upgrading from a previous version,');
$this->info('there are no extra upgrade instructions.');
$this->line('Firefly III should be ready for use.');
} else {
$this->line('Thank you for installing Firefly III, v' . $version);
$this->line('Please follow these upgrade instructions carefully.');
$this->line('If you are upgrading from a previous version,');
$this->line('please follow these upgrade instructions carefully:');
$this->info(wordwrap($text));
}