diff --git a/src/pages/Report/admitCard.vue b/src/pages/Report/admitCard.vue index 019ce1f..3989fc2 100644 --- a/src/pages/Report/admitCard.vue +++ b/src/pages/Report/admitCard.vue @@ -547,7 +547,7 @@ export default { if (response.data.data.scheduleData.length === 0) { this.showLoader = false; this.snackbar = true; - this.text = 'Student not found!'; + this.text = 'Data not found!'; return; } this.showData = true;