Skip to content

Commit

Permalink
fixed message
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed May 27, 2024
1 parent b9b7397 commit 7630192
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Batch/Batch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1761,8 +1761,7 @@ export default {
this.batch.details["what"] == "CERT_REGEN"
) {
this.validationMessage =
value +
" does not have a program completion date and has not graduated";
"Cannot regenerate a certificate for this student - this student has not completed their program";
} else {
//check if student has a gradStatus
let studentGradStatus = await StudentService.getGraduationStatus(
Expand Down

0 comments on commit 7630192

Please sign in to comment.