Fixed typo in password restore message
This commit is contained in:
parent
456d9ba99a
commit
2f447d24a5
|
@ -3,7 +3,7 @@
|
||||||
<h2>Reset password</h2>
|
<h2>Reset password</h2>
|
||||||
|
|
||||||
<div id="login" class="login-content clearfix">
|
<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; ?>
|
<?php echo $this->form; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue