Skip to content

Commit 5e4213f

Browse files
Fix for ISR download
1 parent 3a9c759 commit 5e4213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/assessments/reports/AssessmentReports.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export default {
450450
} catch (error) {
451451
console.error(error);
452452
this.setFailureAlert(
453-
error?.response?.data?.message ? error?.response?.data?.message : 'An error occurred while trying to retrieve your school\'s report.'
453+
error?.response?.data?.message ? error?.response?.data?.message : 'An error occurred while trying to retrieve the student\'s report.'
454454
);
455455
} finally {
456456
this.isLoading = false;

0 commit comments

Comments
 (0)