trans choice

This commit is contained in:
akemidx 2025-02-11 19:56:45 -05:00
parent 31290e60e7
commit e348572738

View file

@ -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') }}