Fixed typo in password restore message

This commit is contained in:
Daniel James 2012-10-09 14:21:58 +01:00
parent 456d9ba99a
commit 2f447d24a5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<h2>Reset password</h2>
<div id="login" class="login-content clearfix">
<p class="light">Please enter your account e-mail address. You will recieve a link to create a new password via e-mail.</p>
<p class="light">Please enter your account e-mail address. You will receive a link to create a new password via e-mail.</p>
<?php echo $this->form; ?>
</div>
</div>
</div>