Add translation
This commit is contained in:
parent
ab9e9b66d2
commit
6a4a5d1380
2 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,7 @@ class CheckoutAssetMail extends Mailable
|
||||||
$subject = trans('mail.Asset_Checkout_Notification');
|
$subject = trans('mail.Asset_Checkout_Notification');
|
||||||
|
|
||||||
if (!$this->firstTimeSending) {
|
if (!$this->firstTimeSending) {
|
||||||
// @todo: translate
|
$subject = trans('mail.Asset_Checkout_Reminder_Notification');
|
||||||
$subject = 'Reminder: ' . $subject;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Envelope(
|
return new Envelope(
|
||||||
|
|
|
@ -6,6 +6,7 @@ return [
|
||||||
'Accessory_Checkout_Notification' => 'Accessory checked out',
|
'Accessory_Checkout_Notification' => 'Accessory checked out',
|
||||||
'Asset_Checkin_Notification' => 'Asset checked in',
|
'Asset_Checkin_Notification' => 'Asset checked in',
|
||||||
'Asset_Checkout_Notification' => 'Asset checked out',
|
'Asset_Checkout_Notification' => 'Asset checked out',
|
||||||
|
'Asset_Checkout_Reminder_Notification' => 'Reminder: Asset checked out',
|
||||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
||||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
||||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
||||||
|
|
Loading…
Add table
Reference in a new issue