Merge pull request #13993 from Godmartinz/license_product_key_serial_swap

Fixed the Column header Serial to Product Key on a User View
This commit is contained in:
snipe 2023-12-04 19:09:03 +00:00 committed by GitHub
commit 174a3398d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -491,7 +491,7 @@
<thead>
<tr>
<th class="col-md-4">{{ trans('general.name') }}</th>
<th class="col-md-4">{{ trans('admin/hardware/form.serial') }}</th>
<th class="col-md-4">{{ trans('admin/licenses/form.license_key') }}</th>
<th class="col-md-4">{{ trans('general.category') }}</th>
</tr>
</thead>