mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Use generic ID translation
This commit is contained in:
parent
e7cb4a75eb
commit
ad99b8b456
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_checkout_id' => 'Checkout ID',
|
||||
'dl_csv' => 'Download CSV',
|
||||
'eula_text' => 'EULA',
|
||||
'id' => 'ID',
|
||||
|
|
|
@ -896,7 +896,7 @@
|
|||
}'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">{{ trans('admin/accessories/table.accessory_checkout_id') }}</th>
|
||||
<th class="col-md-1">{{ trans('general.id') }}</th>
|
||||
<th class="col-md-4">{{ trans('general.name') }}</th>
|
||||
<th class-="col-md-5" data-fieldname="note">{{ trans('general.notes') }}</th>
|
||||
<th class="col-md-1" data-footer-formatter="sumFormatter" data-fieldname="purchase_cost">{{ trans('general.purchase_cost') }}</th>
|
||||
|
|
Loading…
Reference in a new issue