This commit is contained in:
akemidx 2025-03-05 17:19:34 +00:00 committed by GitHub
commit b6b07ab30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@ return [
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
'inventory_report' => 'Inventory Report', 'inventory_report' => 'Inventory Report',
'item' => 'Item', 'item' => 'Item',
'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.', 'item_checked_reminder' => 'This is a reminder that you currently have :count item checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.|This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.',
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
'link_to_update_password' => 'Please click on the following link to update your :web password:', 'link_to_update_password' => 'Please click on the following link to update your :web password:',
'login' => 'Login', 'login' => 'Login',
@ -88,7 +88,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.', 'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User', 'user' => 'User',
'username' => 'Username', 'username' => 'Username',
'unaccepted_asset_reminder' => 'You have Unaccepted Assets.', 'unaccepted_asset_reminder' => 'You have Unaccepted Asset(s).',
'welcome' => 'Welcome :name', 'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!', 'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets', 'your_assets' => 'View Your Assets',

View file

@ -1,8 +1,8 @@
@component('mail::message') @component('mail::message')
# {{ trans('mail.hello') }} {{ $assigned_to}}, # {{ trans('mail.hello') }} {{ $assigned_to }},
{{trans('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') }}