mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
trans choice
This commit is contained in:
parent
31290e60e7
commit
e348572738
|
@ -1,7 +1,7 @@
|
||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# {{ trans('mail.hello') }} {{ $assigned_to }},
|
# {{ 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('general.click_here')}}]({{ $accept_url }})
|
||||||
|
|
||||||
{{ trans('mail.best_regards') }}
|
{{ trans('mail.best_regards') }}
|
||||||
|
|
Loading…
Reference in a new issue