Fixed chore form weekly day selection labels (fixes #1242)

This commit is contained in:
Bernd Bestel
2021-01-01 14:31:49 +01:00
parent 8c0ff04caa
commit 43ef9b793b

View File

@@ -139,7 +139,7 @@
id="saturday" id="saturday"
value="saturday"> value="saturday">
<label class="form-check-label custom-control-label" <label class="form-check-label custom-control-label"
for="friday">{{ $__t('Saturday') }}</label> for="saturday">{{ $__t('Saturday') }}</label>
</div> </div>
<div class="custom-control custom-checkbox custom-control-inline"> <div class="custom-control custom-checkbox custom-control-inline">
<input class="form-check-input custom-control-input input-group-chore-period-type" <input class="form-check-input custom-control-input input-group-chore-period-type"
@@ -147,7 +147,7 @@
id="sunday" id="sunday"
value="sunday"> value="sunday">
<label class="form-check-label custom-control-label" <label class="form-check-label custom-control-label"
for="friday">{{ $__t('Sunday') }}</label> for="sunday">{{ $__t('Sunday') }}</label>
</div> </div>
</div> </div>