Fixes #3754 - incorrect language translation location for supplier

This commit is contained in:
snipe 2017-07-17 16:39:19 -07:00
parent 346156bae1
commit 7c6143bbb8

View file

@ -86,7 +86,7 @@
<!-- Supplier -->
<div class="form-group {{ $errors->has('supplier_id') ? ' has-error' : '' }}">
<label for="supplier_id" class="col-md-2 control-label">
{{ trans('admin/hardware/form.supplier') }}
{{ trans('general.supplier') }}
</label>
<div class="col-md-7">
{{ Form::select('supplier_id', $supplier_list , Input::old('supplier_id'), array('class'=>'select2', 'style'=>'min-width:350px')) }}