Rename the private checkbox to is-private to match the field name

This commit is contained in:
Alex Tselegidis 2022-07-26 17:12:23 +03:00
parent 91dff1efa6
commit cd88e3d085

View file

@ -224,8 +224,8 @@
</label> </label>
<div class="form-check form-switch"> <div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="private"> <input class="form-check-input" type="checkbox" id="is-private">
<label class="form-check-label" for="private"> <label class="form-check-label" for="is-private">
<?= lang('private') ?> <?= lang('private') ?>
</label> </label>
</div> </div>