diff --git a/resources/views/hardware/checkin.blade.php b/resources/views/hardware/checkin.blade.php index f4d5682e36..481ad3d0b6 100755 --- a/resources/views/hardware/checkin.blade.php +++ b/resources/views/hardware/checkin.blade.php @@ -65,7 +65,7 @@
- {{ Form::label('name', trans('admin/hardware/form.name')) }} + {{ Form::label('name', trans('admin/hardware/form.status')) }}
{{ Form::select('status_id', $statusLabel_list, '', array('class'=>'select2', 'style'=>'width:350px','id' =>'modal-statuslabel_types')) }}