removed two duplicate translations

This commit is contained in:
Godfrey M 2024-04-22 10:43:11 -07:00
parent 25f1167c9d
commit 14ddf36d46
2 changed files with 2 additions and 4 deletions

View file

@ -326,9 +326,9 @@ class LicensesController extends Controller
trans('general.purchase_cost'),
trans('general.order_number'),
trans('admin/licenses/table.seats'),
trans('admin/licenses/table.created_by'),
trans('general.created_by'),
trans('general.depreciation'),
trans('admin/licenses/table.updated_at'),
trans('general.updated_at'),
trans('admin/licenses/table.deleted_at'),
trans('general.email'),
trans('admin/hardware/form.fully_depreciated'),

View file

@ -14,7 +14,5 @@ return array(
'hardware' => 'Hardware',
'serial' => 'Serial',
'title' => 'License',
'updated_at' => 'Updated at',
'created_by' => 'Created By',
);