From b07db3b32441d6544f7b7bc8e63f624acaa7ac5c Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Thu, 11 Nov 2021 14:43:47 -0600 Subject: [PATCH] Added the current_value string to correspondig 'en' language directory --- resources/lang/en/admin/hardware/table.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/admin/hardware/table.php b/resources/lang/en/admin/hardware/table.php index 38788e1984..4cdf38acdc 100644 --- a/resources/lang/en/admin/hardware/table.php +++ b/resources/lang/en/admin/hardware/table.php @@ -8,6 +8,7 @@ return array( '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 @@ return array( 'title' => 'Asset ', 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Monthly Depreciation' + 'monthly_depreciation' => 'Monthly Depreciation', );