diff --git a/resources/views/single-incident.blade.php b/resources/views/single-incident.blade.php index fe3e17ba..024bc2d7 100644 --- a/resources/views/single-incident.blade.php +++ b/resources/views/single-incident.blade.php @@ -46,7 +46,7 @@ - {{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff]) }} + {{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff,'username' => $update->user->username]) }}