Skip to content

Commit

Permalink
Merge pull request #149 from HackHPI/fix-confirmation-text
Browse files Browse the repository at this point in the history
Fixed message
  • Loading branch information
DerCed authored Mar 23, 2024
2 parents 23931e8 + 6b926ca commit 4342e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VerifiedChecker/VerifiedChecker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function VerifiedChecker() {
return (
<Container sx={{pt: 5, pb: 0}}>
<Alert icon={<Check fontSize="inherit"/>} severity="success">
Your E-Mail has been verified!
Thank you for verifying your participation!
</Alert>
</Container>
)
Expand Down

0 comments on commit 4342e30

Please sign in to comment.