mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
more lang changes
This commit is contained in:
parent
fcc9815c6e
commit
55b8d080b9
|
@ -6,6 +6,7 @@ return [
|
|||
'archived' => 'Archived',
|
||||
'asset' => 'Asset',
|
||||
'bulk_checkout' => 'Checkout Assets',
|
||||
'bulk_checkin' => 'Checkin Assets',
|
||||
'checkin' => 'Checkin Asset',
|
||||
'checkout' => 'Checkout Asset',
|
||||
'clone' => 'Clone Asset',
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<div class="col-md-6">
|
||||
<div class="box box-default">
|
||||
<div class="box-header with-border">
|
||||
<h2 class="box-title"> {{ trans('admin/hardware/general.checkin') }} </h2>
|
||||
<h2 class="box-title"> {{ trans('admin/hardware/general.bulk_checkin') }} </h2>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{{csrf_field()}}
|
||||
|
|
Loading…
Reference in a new issue