Skip to content

Commit 9ba0263

Browse files
CK-7vncarddev81
authored andcommitted
fix: remove hyphen
1 parent bbff987 commit 9ba0263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/models/reports.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func (r ProgramOutcomesReportData) ToPDF() (PDFConfig, error) {
358358
}
359359

360360
return PDFConfig{
361-
Title: "Program-Outcomes",
361+
Title: "Program Outcomes",
362362
Headers: []string{"Facility", "Program", "Type", "Funding", "Total", "Active", "Completed", "Dropped", "Comp%", "Attend%", "Credit Hours", "Certificates"},
363363
Data: tableData,
364364
MinWidths: []float64{30, 30, 20, 20, 15, 15, 18, 16, 15, 15, 18, 15},
@@ -391,7 +391,7 @@ func (r FacilityComparisonReportData) ToPDF() (PDFConfig, error) {
391391
}
392392

393393
return PDFConfig{
394-
Title: "Facility-Comparison",
394+
Title: "Facility Comparison",
395395
Headers: []string{"Facility", "Programs", "Active", "Enrollments", "Active", "Comp%", "Attend%", "Top Type", "Credit Hours", "Certificates", "Last Activity"},
396396
Data: tableData,
397397
MinWidths: []float64{35, 18, 16, 22, 16, 15, 15, 25, 18, 15, 20},

0 commit comments

Comments
 (0)