mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-29 11:56:19 +00:00
Fixed markdown in acceptance reminder
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user