mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Use “name” instead of “license” for consistency
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9da36833be
commit
41490f1e3a
|
@ -33,7 +33,7 @@ class LicensePresenter extends Presenter
|
|||
'field' => 'name',
|
||||
'searchable' => true,
|
||||
'sortable' => true,
|
||||
'title' => trans('admin/licenses/table.title'),
|
||||
'title' => trans('general.name'),
|
||||
'formatter' => 'licensesLinkFormatter',
|
||||
], [
|
||||
'field' => 'product_key',
|
||||
|
|
Loading…
Reference in a new issue