From 7538d2b869246dbb5241456f22dfb608abd008e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 12 Mar 2021 18:47:51 +0300 Subject: [PATCH] fixed mail message #1927 --- app/Notifications/Install/UpdateFailed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,