Fix for the student batch-wise attendance report (#8834)

diff --git a/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py b/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py
index ddb4889..646e3f7 100644
--- a/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py
+++ b/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py
@@ -38,7 +38,7 @@
 
 def get_columns(filters):
 	columns = [ 
-		_("Student Group") + ":Link/Student Batch:250", 
+		_("Student Group") + ":Link/Student Group:250", 
 		_("Student Group Strength") + "::170", 
 		_("Present") + "::90", 
 		_("Absent") + "::90",