diff --git a/app/Notifications/Install/UpdateFailed.php b/app/Notifications/Install/UpdateFailed.php index 4fb418f69..a8ca79ca8 100644 --- a/app/Notifications/Install/UpdateFailed.php +++ b/app/Notifications/Install/UpdateFailed.php @@ -66,7 +66,7 @@ class UpdateFailed extends Notification 'domain' => request()->getHttpHost(), ]); - $message = trans('notifications.mail.message', [ + $message = trans('notifications.update.mail.message', [ 'alias' => $this->getAliasName(), 'current_version' => $this->event->old, 'new_version' => $this->event->new,