We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbff987 commit 9ba0263Copy full SHA for 9ba0263
backend/src/models/reports.go
@@ -358,7 +358,7 @@ func (r ProgramOutcomesReportData) ToPDF() (PDFConfig, error) {
358
}
359
360
return PDFConfig{
361
- Title: "Program-Outcomes",
+ Title: "Program Outcomes",
362
Headers: []string{"Facility", "Program", "Type", "Funding", "Total", "Active", "Completed", "Dropped", "Comp%", "Attend%", "Credit Hours", "Certificates"},
363
Data: tableData,
364
MinWidths: []float64{30, 30, 20, 20, 15, 15, 18, 16, 15, 15, 18, 15},
@@ -391,7 +391,7 @@ func (r FacilityComparisonReportData) ToPDF() (PDFConfig, error) {
391
392
393
394
- Title: "Facility-Comparison",
+ Title: "Facility Comparison",
395
Headers: []string{"Facility", "Programs", "Active", "Enrollments", "Active", "Comp%", "Attend%", "Top Type", "Credit Hours", "Certificates", "Last Activity"},
396
397
MinWidths: []float64{35, 18, 16, 22, 16, 15, 15, 25, 18, 15, 20},
0 commit comments