mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
changes the table header Serial to Product Key
This commit is contained in:
parent
1455331a90
commit
fdaa44654d
|
@ -36,7 +36,7 @@
|
|||
|
||||
<!-- Serial -->
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">{{ trans('admin/hardware/form.serial') }}</label>
|
||||
<label class="col-sm-2 control-label">{{ trans('admin/licenses/form.license_key') }}</label>
|
||||
<div class="col-md-6">
|
||||
<p class="form-control-static">
|
||||
@can('viewKeys', $licenseSeat->license)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!-- Serial -->
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">{{ trans('admin/hardware/form.serial') }}</label>
|
||||
<label class="col-sm-3 control-label">{{ trans('admin/licenses/form.license_key') }}</label>
|
||||
<div class="col-md-9">
|
||||
<p class="form-control-static" style="word-wrap: break-word;">
|
||||
@can('viewKeys', $license)
|
||||
|
|
|
@ -727,7 +727,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-5">{{ trans('general.name') }}</th>
|
||||
<th>{{ trans('admin/hardware/form.serial') }}</th>
|
||||
<th>{{ trans('admin/licenses/form.license_key') }}</th>
|
||||
<th data-footer-formatter="sumFormatter" data-fieldname="purchase_cost">{{ trans('general.purchase_cost') }}</th>
|
||||
<th>{{ trans('admin/licenses/form.purchase_order') }}</th>
|
||||
<th>{{ trans('general.order_number') }}</th>
|
||||
|
|
Loading…
Reference in a new issue