Added Diff language string

This commit is contained in:
snipe
2014-05-06 00:10:29 -04:00
parent 06067fc19c
commit 57e903a926
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,5 +14,6 @@ return array(
'change' => 'In/Out',
'location' => 'Location',
'eol' => 'EOL',
'diff' => 'Diff',
);
+1 -1
View File
@@ -42,7 +42,7 @@ Depreciation Report
<th class="col-sm-1">@lang('admin/hardware/table.eol')</th>
<th class="col-sm-1">@lang('admin/hardware/table.purchase_cost')</th>
<th class="col-sm-1">@lang('admin/hardware/table.book_value')</th>
<th class="col-sm-1">Diff</th>
<th class="col-sm-1">@lang('admin/hardware/table.diff')</th>
</tr>
</thead>
<tbody>