From 56d619b218794b43d8c6b182c89c75f83af9dcd9 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 19 Jul 2014 18:10:10 -0400 Subject: [PATCH] Fixed missing language string --- app/lang/en/admin/hardware/form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lang/en/admin/hardware/form.php b/app/lang/en/admin/hardware/form.php index 7bb6d63c69c8..df7c737b2938 100644 --- a/app/lang/en/admin/hardware/form.php +++ b/app/lang/en/admin/hardware/form.php @@ -11,6 +11,7 @@ 'depreciation' => 'Depreciation', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', + 'expires' => 'Expires', 'fully_depreciated' => 'Fully Depreciated', 'help_checkout' => 'If you wish to assign this asset immediately, you should select "Ready to Deploy" from the status list above, or unexpected things may happen. ', 'manufacturer' => 'Manufacturer',