Skip to content

Commit 279143a

Browse files
Add missing messages to investigation PDFs
1 parent eb54ac0 commit 279143a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/investigation/pdf.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Investigation #{{ $investigation->id }}</title>
5+
<title>{{ __( 'investigation' ) }} #{{ $investigation->id }}</title>
66
<style>
77
body {
88
font-family: DejaVu Sans, sans-serif;
@@ -104,7 +104,7 @@
104104
<table>
105105
<tr>
106106
<td class="label">{{ __( 'assigned' ) }}:</td>
107-
<td>{{ $investigation->assigned?->username ?? '[Unassigned]' }}</td>
107+
<td>{{ $investigation->assigned?->username ?? __( 'unassigned' ) }}</td>
108108
</tr>
109109
<tr>
110110
<td class="label">{{ __( 'status' ) }}:</td>

0 commit comments

Comments
 (0)