Skip to content

Commit 025f3d3

Browse files
Update
1 parent 002a413 commit 025f3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/investigation/pdf.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<h2>{{ __('history') }}</h2>
162162
@foreach($investigation->events as $event)
163163
<div class="box">
164-
{{ $event->created }}{{ __( 'events-' . $event->action ) }}
164+
{{ $event->created }}{{ __( 'events-' . $event->action . '-desc', [ 'comment' => '' ] ) }}
165165
@if($event->comment)
166166
<br>{{ $event->comment }}
167167
@endif

0 commit comments

Comments
 (0)