diff --git a/resources/lang/en/admin/hardware/table.php b/resources/lang/en/admin/hardware/table.php index 38788e19849e..4cdf38acdc85 100644 --- a/resources/lang/en/admin/hardware/table.php +++ b/resources/lang/en/admin/hardware/table.php @@ -8,6 +8,7 @@ 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -20,6 +21,6 @@ 'title' => 'Asset ', 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Monthly Depreciation' + 'monthly_depreciation' => 'Monthly Depreciation', );