Skip to content

Commit 26d6c2a

Browse files
authored
Update forgot-password.html
improved form
1 parent f1977bc commit 26d6c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forgot-password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
2828
<p class="text-muted text-start">Enter your email address and your new password will be emailed to you.</p>
2929
<form action="" method="">
3030
<div class="mb-3 text-start">
31-
<label for="email" class="form-label">Email adress</label>
31+
<label for="email" class="form-label">Email address</label>
3232
<input type="email" class="form-control" placeholder="Enter your email" required>
3333
</div>
3434
<button class="btn btn-primary mb-4" style="width:100%">Send me new password</button>

0 commit comments

Comments
 (0)