Adding a space before "Lost Your Password?"

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-10-14 10:15:08 -07:00
parent 8b4c249e07
commit efa24db822

View File

@@ -9,7 +9,7 @@
<p>
@T("Please enter your username and password.")
@if(userCanRegister) { @Html.ActionLink(T("Register").Text, "Register") @T(" if you don't have an account.") }
@if(enableLostPassword) { @Html.ActionLink(T("Lost your Password?").Text, "RequestLostPassword") }
@if(enableLostPassword) { <text>&nbsp;</text> @Html.ActionLink(T("Lost your Password?").Text, "RequestLostPassword") }
</p>
@Html.ValidationSummary(T("Login was unsuccessful. Please correct the errors and try again.").ToString())