From 65eba30038ddebd2bdfac8b11c26d4ee55e2dd49 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 19 Sep 2024 17:23:34 +0100 Subject: [PATCH] Fixed markdown in acceptance reminder Signed-off-by: snipe --- .../notifications/markdown/asset-reminder.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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