minor rewording in password reset

This commit is contained in:
Girish Ramakrishnan
2016-04-05 23:08:57 -07:00
parent f210501e12
commit 382fca3cf2
+2 -2
View File
@@ -3,14 +3,14 @@
<!-- tester -->
<center>
<h1>Reset your password successful</h1>
<h1>Password reset successful</h1>
</center>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<p>An email was sent to you with a link to set a new password.</p>
If you have not received any email after some time, maybe you have misspelled your email address, simply try again <a href="/api/v1/session/password/resetRequest.html">here</a>.
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
</div>
</div>
</div>