We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb54ac0 commit 279143aCopy full SHA for 279143a
1 file changed
resources/views/investigation/pdf.blade.php
@@ -2,7 +2,7 @@
2
<html>
3
<head>
4
<meta charset="utf-8">
5
- <title>Investigation #{{ $investigation->id }}</title>
+ <title>{{ __( 'investigation' ) }} #{{ $investigation->id }}</title>
6
<style>
7
body {
8
font-family: DejaVu Sans, sans-serif;
@@ -104,7 +104,7 @@
104
<table>
105
<tr>
106
<td class="label">{{ __( 'assigned' ) }}:</td>
107
- <td>{{ $investigation->assigned?->username ?? '[Unassigned]' }}</td>
+ <td>{{ $investigation->assigned?->username ?? __( 'unassigned' ) }}</td>
108
</tr>
109
110
<td class="label">{{ __( 'status' ) }}:</td>
0 commit comments