mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Fixes #2300 - use incident nam
This commit is contained in:
parent
8f51b880b7
commit
e8b9b19a98
@ -70,7 +70,7 @@ class IncidentUpdatedNotification extends Notification
|
||||
public function toMail($notifiable)
|
||||
{
|
||||
$content = trans('notifications.incident.update.content', [
|
||||
'name' => $this->update->name,
|
||||
'name' => $this->update->incident->name,
|
||||
'time' => $this->update->created_at_diff,
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user