mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge pull request #10303 from inietov/fixes/weird_field_showing_up
Added the current_value string to correspondig 'en' language directory
This commit is contained in:
commit
e75a5f13ec
|
@ -8,6 +8,7 @@ return array(
|
||||||
'change' => 'In/Out',
|
'change' => 'In/Out',
|
||||||
'checkout_date' => 'Checkout Date',
|
'checkout_date' => 'Checkout Date',
|
||||||
'checkoutto' => 'Checked Out',
|
'checkoutto' => 'Checked Out',
|
||||||
|
'current_value' => 'Current Value',
|
||||||
'diff' => 'Diff',
|
'diff' => 'Diff',
|
||||||
'dl_csv' => 'Download CSV',
|
'dl_csv' => 'Download CSV',
|
||||||
'eol' => 'EOL',
|
'eol' => 'EOL',
|
||||||
|
@ -20,6 +21,6 @@ return array(
|
||||||
'title' => 'Asset ',
|
'title' => 'Asset ',
|
||||||
'image' => 'Device Image',
|
'image' => 'Device Image',
|
||||||
'days_without_acceptance' => 'Days Without Acceptance',
|
'days_without_acceptance' => 'Days Without Acceptance',
|
||||||
'monthly_depreciation' => 'Monthly Depreciation'
|
'monthly_depreciation' => 'Monthly Depreciation',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue