Skip to content

Commit

Permalink
Fixes the label association (snipe#5510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilldeeke committed Jul 8, 2018
1 parent 35fc001 commit e3df782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/custom_fields/fields/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<!-- Show in Email -->
<div class="form-group {{ $errors->has('show_in_email') ? ' has-error' : '' }}" id="show_in_email">
<div class="col-md-8 col-md-offset-4">
<label for="field_encrypted">
<label for="show_in_email">
<input type="checkbox" name="show_in_email" value="1" class="minimal"{{ (Input::old('show_in_email') || $field->show_in_email) ? ' checked="checked"' : '' }}>
{{ trans('admin/custom_fields/general.show_in_email') }}
</label>
Expand Down

0 comments on commit e3df782

Please sign in to comment.