Skip to content

Commit

Permalink
One more audot field increase
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 8d935b3 commit 7de5e2e
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 @@ -135,7 +135,7 @@
<div class="col-md-3">
{{ Form::label('audit_warning_days', trans('admin/settings/general.audit_warning_days')) }}
</div>
<div class="input-group col-md-2">
<div class="input-group col-md-3">
{{ Form::text('audit_warning_days', old('audit_warning_days', $setting->audit_warning_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 7de5e2e

Please sign in to comment.