Fix spelling in email field help block.
This commit is contained in:
parent
ae7a8eb72d
commit
549cc70c4f
5 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
<label for="email" class="col-sm-2 control-label">{{#translate}}Email Address{{/translate}}</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="email" class="form-control" name="email" id="email" value="{{email}}" placeholder="{{#translate}}Your e-mail address{{/translate}}" required>
|
||||
<span class="help-block">{{#translate}}This address is used for account recovery in case you loose your password{{/translate}}</span>
|
||||
<span class="help-block">{{#translate}}This address is used for account recovery in case you lose your password{{/translate}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue