You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnself::where('archived', '=', '0') // this can stay for right now, as `archived` defaults to 0 at the db level, but should probably be replaced with assetstatus->archived?
'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
45
+
'assets_warrantee_alert' => 'There is :count asset with an expiring warranty or that are reaching their end of life in the next :threshold days.|There are :count assets with expiring warranties or that are reaching their end of life in the next :threshold days.',
46
46
'assigned_to' => 'Assigned To',
47
+
'eol' => 'EOL',
47
48
'best_regards' => 'Best regards,',
48
49
'canceled' => 'Canceled',
49
50
'checkin_date' => 'Checkin Date',
@@ -68,7 +69,7 @@
68
69
'inventory_report' => 'Inventory Report',
69
70
'item' => 'Item',
70
71
'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.',
71
-
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
72
+
'license_expiring_alert' => 'There is :count license expiring or terminating in the next :threshold days.|There are :count licenses expiring or terminating in the next :threshold days.',
72
73
'link_to_update_password' => 'Please click on the following link to update your :web password:',
73
74
'login' => 'Login',
74
75
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
0 commit comments