Skip to content

Commit

Permalink
Update src/components/auth/RegisterChildren.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Oertel <[email protected]>
  • Loading branch information
lucasxsong and maximilianoertel authored Feb 11, 2025
1 parent a9897b5 commit 741a7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/RegisterChildren.vue
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ const validateCode = async (studentCode, outerIndex = 0) => {
console.error('Failed to validate activation code', error);
if (!state.students[outerIndex].noActivationCode || props.code) {
dialogMessage.value = `The code ${studentCode} does not belong to any organization \n please enter a valid code`;
dialogMessage.value = `The code ${studentCode} does not belong to any organization. Please enter a valid code.`;
} else {
dialogMessage.value = 'The code does not belong to any organization \n Please enter a valid code"';
}
Expand Down

0 comments on commit 741a7a4

Please sign in to comment.