From 6e4ab5cd9684b753857d9d9789b5dfc6d142d21e Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Mon, 16 Nov 2020 13:29:57 -0800 Subject: [PATCH] Fix for #8746 - missing comma in a translation file (#8756) --- resources/lang/en/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/mail.php b/resources/lang/en/mail.php index 23cc8e58b..65236a0b8 100644 --- a/resources/lang/en/mail.php +++ b/resources/lang/en/mail.php @@ -73,7 +73,7 @@ return array( 'Accessory_Checkin_Notification' => 'Accessory checked in', 'Asset_Checkin_Notification' => 'Asset checked in', 'License_Checkin_Notification' => 'License checked in', - 'Expected_Checkin_Report' => 'Expected asset checkin report' + 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', 'your_assets' => 'View Your Assets'