We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1977bc commit 26d6c2aCopy full SHA for 26d6c2a
forgot-password.html
@@ -28,7 +28,7 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
28
<p class="text-muted text-start">Enter your email address and your new password will be emailed to you.</p>
29
<form action="" method="">
30
<div class="mb-3 text-start">
31
- <label for="email" class="form-label">Email adress</label>
+ <label for="email" class="form-label">Email address</label>
32
<input type="email" class="form-control" placeholder="Enter your email" required>
33
</div>
34
<button class="btn btn-primary mb-4" style="width:100%">Send me new password</button>
0 commit comments