Remove asterisk from recurring input (#15074)

This commit is contained in:
wrongecho
2023-05-31 00:49:12 +01:00
committed by GitHub
parent 713bef33bd
commit ea57c25182

View File

@@ -51,7 +51,7 @@ if (\Auth::user()->hasGlobalAdmin()) {
</div>
</div>
<div class="form-group">
<label for="recurring" class="col-sm-4 control-label">Recurring <strong class="text-danger">*</strong> </label>
<label for="recurring" class="col-sm-4 control-label">Recurring </label>
<div class="col-sm-8">
<input type="checkbox" id="recurring" name="recurring" data-size="small" data-on-text="Yes" data-off-text="No" onChange="recurring_switch();" value=0 />
</div>