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
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

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