fix class progress unit numbers calculation

This commit is contained in:
root
2026-03-31 00:16:55 -04:00
parent d2abbc1458
commit ed67836701
2 changed files with 85 additions and 39 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
$submissionLabel = $expectedDays > 0
? ('Submitted: ' . (int) $stat['submitted'] . ' / ' . (int) $expectedDays . ' (' . $percentLabel . ')')
: 'Submitted: N/A';
$subjectLabel = 'Subjects: ' . $subjectCount;
$subjectLabel = 'Units: ' . $subjectCount;
?>
<div class="accordion-item mb-2">
<h2 class="accordion-header" id="<?= esc($headingId) ?>">