diff --git a/src/components/Entry.vue b/src/components/Entry.vue index 38f1f3a9..748cee0a 100644 --- a/src/components/Entry.vue +++ b/src/components/Entry.vue @@ -606,7 +606,7 @@ export default { this.invalidLoginMessage = this.group == "Candidates" ? "Phone Number is incorrect!" - : "Student ID entered is incorrect. Please try again!"; + : "ID entered is incorrect. Please try again!"; } this.setValidFlag(); if (this.isCurrentUserValid == true || this.validateCount > 1) {