Skip to content

Commit 62689f0

Browse files
authored
Merge pull request #15 from scalefocus/fix/101_typo_forgot_password_page
Typo on Forgot password page #101
2 parents 55a8079 + 7e8654f commit 62689f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/ForgotPasswordPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function ForgotPasswordPage() {
4343
</Box>
4444

4545
<Typography color="text.secondary" sx={{ mb: 2 }}>
46-
Please enter your email addres
46+
Please enter your email address
4747
</Typography>
4848
<form onSubmit={handleSubmit}>
4949
<TextField

src/pages/ResetPasswordPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function ResetPasswordPage() {
9090
</Box>
9191

9292
<Typography color="text.secondary" sx={{ mb: 2 }}>
93-
Please enter the verification code that was sent to your email addres
93+
Please enter the verification code that was sent to your email address
9494
</Typography>
9595
<form onSubmit={handleSubmit}>
9696
<TextField

0 commit comments

Comments
 (0)