adds translation to checkout notification

This commit is contained in:
Godfrey M
2023-05-15 09:01:30 -07:00
parent 869d195b35
commit 46d6783fc5
2 changed files with 2 additions and 1 deletions
@@ -107,7 +107,7 @@ class CheckoutAssetNotification extends Notification
}
return (new SlackMessage)
->content(':arrow_up: :computer: Asset Checked Out')
->content(':arrow_up: :computer: '.trans('mail.Asset_Checkout_Notification'))
->from($botname)
->attachment(function ($attachment) use ($item, $note, $admin, $fields) {
$attachment->title(htmlspecialchars_decode($item->present()->name), $item->present()->viewUrl())