Fix typo from previous merge

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-05-13 18:25:30 -07:00
parent c68ec562eb
commit 132e4236e3

View File

@@ -10,7 +10,7 @@ using (Html.BeginFormAntiForgeryPost(Url.Action("LogOn", new {ReturnUrl = Reques
<legend><%=_Encoded("Account Information")%></legend>
<div class="group">
<label for="username"><%=_Encoded("Username:")%></label>
<%= Html.TextBox("userNameOfEmail", "", new { autofocus = "autofocus" })%>
<%= Html.TextBox("userNameOrEmail", "", new { autofocus = "autofocus" })%>
<%= Html.ValidationMessage("userNameOrEmail")%>
</div>
<div class="group">