Added purchase date, etc to language files

This commit is contained in:
snipe
2013-11-15 15:47:02 -05:00
parent 9bbc25fc76
commit 34cb25296f
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ return array(
),
'delete' => array(
'error' => 'There was an issue deleting the category. Please try again.',
'success' => 'The category was deleted successfully.'
'error' => 'There was an issue deleting the license. Please try again.',
'success' => 'The license was deleted successfully.'
)
);
+3
View File
@@ -7,5 +7,8 @@ return array(
'purchased' => 'Purchased',
'serial' => 'Serial',
'assigned_to' => 'Assigned To',
'license_name' => 'Licensed To',
'license_email' => 'License Email',
'purchase_date' => 'Purchase Date',
);