fix wording
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 47s
Tests / PHPUnit (push) Successful in 1m19s

This commit is contained in:
root
2026-08-30 21:15:55 -04:00
parent 332b0d1007
commit b689570052
@@ -442,7 +442,7 @@ class ParentAttendanceReportController extends BaseController
}
// ✅ Build formatted success message
$msg = '✅ <strong>Submission received successfully for ' . count($successNames) . ' student' . (count($successNames) > 1 ? 's' : '') . '.</strong><br>';
$msg = '✅ <strong>Submission received successfully for ' . count($successNames) . ' request' . (count($successNames) > 1 ? 's' : '') . '.</strong><br>';
$msg .= '<ul style="margin-top:5px;">';
foreach ($successNames as $s) {
$dateLabel = $s['date_label'] ?? ($s['date'] ?? '');