From e348572738db3d57ddee2d40d481df9051c5bfc7 Mon Sep 17 00:00:00 2001 From: akemidx Date: Tue, 11 Feb 2025 19:56:45 -0500 Subject: [PATCH] trans choice --- resources/views/notifications/markdown/asset-reminder.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/markdown/asset-reminder.blade.php b/resources/views/notifications/markdown/asset-reminder.blade.php index b1c8f66e4f93..cf75bed8a9d2 100644 --- a/resources/views/notifications/markdown/asset-reminder.blade.php +++ b/resources/views/notifications/markdown/asset-reminder.blade.php @@ -1,7 +1,7 @@ @component('mail::message') # {{ trans('mail.hello') }} {{ $assigned_to }}, -{{ trans_choice('mail.item_checked_reminder', ['count' => $count]) }} +{{ trans_choice('mail.item_checked_reminder', $count) }} [{{ trans('general.click_here')}}]({{ $accept_url }}) {{ trans('mail.best_regards') }}