Skip to content

Commit

Permalink
Update Entry.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheshna-donthineni authored Dec 7, 2023
1 parent e868486 commit 0048c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Entry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0048c80

Please sign in to comment.