Skip to content

Commit 4342e30

Browse files
authored
Merge pull request #149 from HackHPI/fix-confirmation-text
Fixed message
2 parents 23931e8 + 6b926ca commit 4342e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VerifiedChecker/VerifiedChecker.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function VerifiedChecker() {
1717
return (
1818
<Container sx={{pt: 5, pb: 0}}>
1919
<Alert icon={<Check fontSize="inherit"/>} severity="success">
20-
Your E-Mail has been verified!
20+
Thank you for verifying your participation!
2121
</Alert>
2222
</Container>
2323
)

0 commit comments

Comments
 (0)