Fixed BYOD label
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
129d3b35fb
commit
62655be2d0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
<!-- byod checkbox -->
|
<!-- byod checkbox -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-md-7 col-md-offset-3">
|
<div class="col-md-7 col-md-offset-3">
|
||||||
<label for="byod" class="form-control">
|
<label class="form-control">
|
||||||
<input type="checkbox" value="1" name="byod" {{ (old('remote', $item->byod)) == '1' ? ' checked="checked"' : '' }} aria-label="byod">
|
<input type="checkbox" value="1" name="byod" {{ (old('remote', $item->byod)) == '1' ? ' checked="checked"' : '' }} aria-label="byod">
|
||||||
{{ trans('general.byod') }}
|
{{ trans('general.byod') }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue