Change subject to "You have Unaccepted Assets."

This commit is contained in:
Marcus Moore
2025-02-24 11:45:23 -08:00
parent 7cbb3f7e07
commit 027c2b3627
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,6 +118,6 @@ class CheckoutAssetMail extends Mailable
return trans('mail.Asset_Checkout_Notification');
}
return trans('mail.Asset_Checkout_Reminder_Notification');
return trans('mail.unaccepted_asset_reminder');
}
}