Missing localization string

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-07 12:41:52 -07:00
parent 7b5a3bc4f5
commit b5cbff7607

View File

@@ -2,7 +2,7 @@
<%@ Import Namespace="Orchard.Users.ViewModels"%>
<h1 class="page-title"><%: Html.TitleForPage(Model.Title)%></h1>
<p><%: T("Please enter your username and password.")%> <%: Html.ActionLink("Register", "Register")%><%: T(" if you don't have an account.")%></p>
<p><%: T("Please enter your username and password.")%> <%: Html.ActionLink(T("Register").ToString(), "Register")%><%: T(" if you don't have an account.")%></p>
<%: Html.ValidationSummary(T("Login was unsuccessful. Please correct the errors and try again.").ToString())%>
<%
using (Html.BeginFormAntiForgeryPost(Url.Action("LogOn", new {ReturnUrl = Request.QueryString["ReturnUrl"]}))) { %>