Skip to content

Commit 44dad08

Browse files
Fix typo in registration page hint
1 parent e10d615 commit 44dad08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/register/register.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="form-group">
4747
<label class="control-label" for="Email">{_ "Email"}</label>
4848
<input type="email" class="form-control" id="Email" name="Email" value="{refill field=Email}" placeholder="{_ '[email protected]'}" aria-describedby="email-help-block">
49-
<p id="email-help-block" class="help-block">Email address <strong>will</strong> be visible to other signed-in memebers.</p>
49+
<p id="email-help-block" class="help-block">Email address <strong>will</strong> be visible to other signed-in members.</p>
5050
</div>
5151

5252
<div class="form-group">

0 commit comments

Comments
 (0)