Skip to content

Commit

Permalink
Update script.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Dec 13, 2024
1 parent 5d33b27 commit 25cfe53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ private function installPlugin($plugin, $plugin_dir)

$installer = new Installer;
if ($installer->install($plugin)) {
$this->app->enqueueMessage('Astroid Plugin has been successfully installed.');
$this->app->enqueueMessage(Text::_(strtoupper($plugin_name)) . ' Plugin has been successfully installed.');
} else {
$this->app->enqueueMessage('Astroid Plugin has been failed to install.');
$this->app->enqueueMessage(Text::_(strtoupper($plugin_name)) . ' Plugin has been failed to install.');
}

$query = $db->getQuery(true);
Expand Down

0 comments on commit 25cfe53

Please sign in to comment.