Skip to content

Commit

Permalink
more lang changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adagioajanes committed Dec 21, 2021
1 parent fcc9815 commit 55b8d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/admin/hardware/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'archived' => 'Archived',
'asset' => 'Asset',
'bulk_checkout' => 'Checkout Assets',
'bulk_checkin' => 'Checkin Assets',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/hardware/quickscan-checkin.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()}}
Expand Down

0 comments on commit 55b8d08

Please sign in to comment.