mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Fixed chore form weekly day selection labels (fixes #1242)
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user