fixed import/export notification

This commit is contained in:
Denis Duliçi
2022-08-02 16:19:32 +03:00
parent 20413c00ff
commit 2a1d61ff84
3 changed files with 10 additions and 7 deletions

View File

@ -65,9 +65,7 @@ class ExportFailed extends Notification implements ShouldQueue
{
return [
'title' => trans('notifications.menu.export_failed.title'),
'description' => trans('notifications.menu.export_failed.description', [
'issues' => $this->message,
]),
'description' => trans('notifications.menu.export_failed.description'),
'message' => $this->message,
];
}