mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Better wording.
This commit is contained in:
@@ -53,11 +53,13 @@ class UpgradeFireflyInstructions extends Command
|
|||||||
|
|
||||||
if (is_null($text)) {
|
if (is_null($text)) {
|
||||||
$this->line('Thank you for installing Firefly III, v' . $version);
|
$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.');
|
$this->line('Firefly III should be ready for use.');
|
||||||
} else {
|
} else {
|
||||||
$this->line('Thank you for installing Firefly III, v' . $version);
|
$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));
|
$this->info(wordwrap($text));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user