mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed markdown in acceptance reminder
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bbce7b40ca
commit
65eba30038
|
@ -1,11 +1,11 @@
|
||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# {{ trans('mail.hello') }} {{ $assigned_to}},
|
# {{ trans('mail.hello') }} {{ $assigned_to}},
|
||||||
|
|
||||||
{{trans('mail.item_checked_reminder', ['count' => $count])}}
|
{{trans('mail.item_checked_reminder', ['count' => $count])}}
|
||||||
[{{ trans('general.click_here')}}]({{$accept_url}})
|
[{{ trans('general.click_here')}}]({{$accept_url}})
|
||||||
|
|
||||||
{{ trans('mail.best_regards') }}
|
{{ trans('mail.best_regards') }}
|
||||||
|
|
||||||
{{ $snipeSettings->site_name }}
|
{{ $snipeSettings->site_name }}
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
Loading…
Reference in a new issue