Skip to content

Commit

Permalink
Increased due for checkin warning
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 15, 2025
1 parent 7de5e2e commit 1d0c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings/alerts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div class="col-md-3">
{{ Form::label('due_checkin_days', trans('admin/settings/general.due_checkin_days')) }}
</div>
<div class="input-group col-md-2">
<div class="input-group col-md-3">
{{ Form::text('due_checkin_days', old('due_checkin_days', $setting->due_checkin_days), array('class' => 'form-control','placeholder' => '14', 'maxlength'=>'3')) }}
<span class="input-group-addon">{{ trans('general.days') }}</span>
</div>
Expand Down

0 comments on commit 1d0c156

Please sign in to comment.