mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -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')
|
||||
# {{ 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
|
||||
|
|
Loading…
Reference in a new issue