formatting fix

This commit is contained in:
akemidx 2023-06-29 15:39:19 -04:00
parent af03b9f140
commit d0212d4bda
2 changed files with 2 additions and 2 deletions

View file

@ -45,5 +45,5 @@ return [
'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export',
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
'user_department' => 'User Department: ',
'user_department' => 'User Department',
];

View file

@ -920,7 +920,7 @@
@endif
@if((isset($asset->assignedTo)) && ($asset->assignedTo->department!=''))
<li>{{ trans('admin/hardware/general.user_department') }}{{ $asset->assignedTo->department->name}}</li>
<li>{{ trans('admin/hardware/general.user_department') }}: {{ $asset->assignedTo->department->name}}</li>
@endif
@if (isset($asset->location))