Update tasks.component.html

This commit is contained in:
shamoon
2026-04-20 22:10:24 -07:00
parent ee62851d0f
commit a7c3336ba9
@@ -124,7 +124,7 @@
[checked]="areAllSelected(tasks)"
(click)="toggleSection(section, $event); $event.stopPropagation();"
(keydown)="toggleSection(section, $event); $event.stopPropagation();" />
<label class="form-check-label" for="all-tasks-{{section}}"></label>
<label class="form-check-label" for="all-tasks-{{section}}"><span class="visually-hidden">Check all</span></label>
</div>
</th>
<th scope="col" i18n>Name</th>