Updated string

This commit is contained in:
Netkas 2022-12-17 08:32:35 -05:00
parent 24077691bb
commit cc01051e73

View file

@ -338,7 +338,7 @@
}
}
Console::out('The following dependencies will be installed:');
Console::out('The package requires the following dependencies:');
Console::out(sprintf('%s', implode(PHP_EOL, $dependencies)));
}