Skip to content

Commit

Permalink
small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbinning committed Nov 6, 2024
1 parent 9f9fdf0 commit 347a1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/VerifyEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const VerifyEmail = () => {
<div className="loading">Loading...</div>
) : (
<div className="verification-message">
<h1>pAI-OSEmail Verification Status:</h1>
<h1>pAI-OS Email Verification Status:</h1>
<h1>{verificationStatus}</h1>
<button className="login-button" onClick={() => navigate("/login")}>
Click here to login
Expand Down

0 comments on commit 347a1c2

Please sign in to comment.