mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix label
This commit is contained in:
parent
4217d7402b
commit
94e168fa15
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
<label class="form-control">
|
<label class="form-control">
|
||||||
{{ Form::checkbox('eol', '1', $template->checkmarkValue('eol')) }}
|
{{ Form::checkbox('eol', '1', $template->checkmarkValue('eol')) }}
|
||||||
{{ trans('admin/hardware/table.eol') }}
|
{{ trans('admin/hardware/form.eol_date') }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="form-control">
|
<label class="form-control">
|
||||||
|
|
Loading…
Reference in a new issue