Improve translation key name

This commit is contained in:
Marcus Moore
2025-10-29 12:40:39 -07:00
parent 0f84d51a48
commit 3bad19fb56
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
return array(
'asset_categories' => 'Asset Categories',
'category_name' => 'Category Name',
'checkin_email' => 'Send email to user on checkin/checkout.',
'email_to_user_upon_checkin_and_checkout' => 'Send email to user on checkin/checkout.',
'email_to_initiator' => 'Send email to you when user accepts or declines checkout.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
'clone' => 'Clone Category',
@@ -91,7 +91,7 @@
wire:model.live="sendCheckInEmail"
aria-label="checkin_email"
/>
{{ trans('admin/categories/general.checkin_email') }}
{{ trans('admin/categories/general.email_to_user_upon_checkin_and_checkout') }}
</label>
@if ($this->emailWillBeSendDueToEula)
<div class="callout callout-info">