Skip to content

Commit 969eb4b

Browse files
authored
Merge pull request #1191 from thibautRe/patch-1
Fix typo in register form
2 parents 7adbe1c + 770743d commit 969eb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-views/account/register-form.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class="form-group">
6161
<label class="control-label" for="email">Email*</label>
6262
<input type="email" class="form-control" name="email" id="email"/>
63-
<span class="help-block">Your email will only used for account recovery</span>
63+
<span class="help-block">Your email will only be used for account recovery</span>
6464
</div>
6565

6666
<div class="form-group">

0 commit comments

Comments
 (0)