diff --git a/app/Notifications/Install/UpdateFailed.php b/app/Notifications/Install/UpdateFailed.php index 348eafa6f..4fb418f69 100644 --- a/app/Notifications/Install/UpdateFailed.php +++ b/app/Notifications/Install/UpdateFailed.php @@ -111,7 +111,7 @@ class UpdateFailed extends Notification protected function getAliasName() { if ($this->event->alias == 'core') { - return ucfirst($this->event->alias); + return config('app.name'); } $module = module($this->event->alias);