diff --git a/resources/views/notifications/markdown/asset-reminder.blade.php b/resources/views/notifications/markdown/asset-reminder.blade.php index 408c3847f4..691f454a36 100644 --- a/resources/views/notifications/markdown/asset-reminder.blade.php +++ b/resources/views/notifications/markdown/asset-reminder.blade.php @@ -1,11 +1,11 @@ @component('mail::message') - # {{ trans('mail.hello') }} {{ $assigned_to}}, +# {{ trans('mail.hello') }} {{ $assigned_to}}, - {{trans('mail.item_checked_reminder', ['count' => $count])}} - [{{ trans('general.click_here')}}]({{$accept_url}}) +{{trans('mail.item_checked_reminder', ['count' => $count])}} +[{{ trans('general.click_here')}}]({{$accept_url}}) - {{ trans('mail.best_regards') }} +{{ trans('mail.best_regards') }} - {{ $snipeSettings->site_name }} +{{ $snipeSettings->site_name }} @endcomponent