mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge e348572738
into 91f3e07b83
This commit is contained in:
commit
b6b07ab30f
|
@ -57,7 +57,7 @@ return [
|
|||
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
|
||||
'inventory_report' => 'Inventory Report',
|
||||
'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.',
|
||||
'link_to_update_password' => 'Please click on the following link to update your :web password:',
|
||||
'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.',
|
||||
'user' => 'User',
|
||||
'username' => 'Username',
|
||||
'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
|
||||
'unaccepted_asset_reminder' => 'You have Unaccepted Asset(s).',
|
||||
'welcome' => 'Welcome :name',
|
||||
'welcome_to' => 'Welcome to :web!',
|
||||
'your_assets' => 'View Your Assets',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@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_choice('mail.item_checked_reminder', $count) }}
|
||||
[{{ trans('general.click_here')}}]({{ $accept_url }})
|
||||
|
||||
{{ trans('mail.best_regards') }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue