We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c759 commit 5e4213fCopy full SHA for 5e4213f
frontend/src/components/assessments/reports/AssessmentReports.vue
@@ -450,7 +450,7 @@ export default {
450
} catch (error) {
451
console.error(error);
452
this.setFailureAlert(
453
- error?.response?.data?.message ? error?.response?.data?.message : 'An error occurred while trying to retrieve your school\'s report.'
+ error?.response?.data?.message ? error?.response?.data?.message : 'An error occurred while trying to retrieve the student\'s report.'
454
);
455
} finally {
456
this.isLoading = false;
0 commit comments