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 06067fc commit 57e903aCopy full SHA for 57e903a
app/lang/en/admin/hardware/table.php
@@ -14,5 +14,6 @@
14
'change' => 'In/Out',
15
'location' => 'Location',
16
'eol' => 'EOL',
17
+ 'diff' => 'Diff',
18
19
);
app/views/backend/reports/index.blade.php
@@ -42,7 +42,7 @@
42
<th class="col-sm-1">@lang('admin/hardware/table.eol')</th>
43
<th class="col-sm-1">@lang('admin/hardware/table.purchase_cost')</th>
44
<th class="col-sm-1">@lang('admin/hardware/table.book_value')</th>
45
- <th class="col-sm-1">Diff</th>
+ <th class="col-sm-1">@lang('admin/hardware/table.diff')</th>
46
</tr>
47
</thead>
48
<tbody>
0 commit comments