From c17ab5f3581589672e8ff9c2169cb83f958fff21 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 3 Jan 2013 13:50:48 -0500 Subject: [PATCH] Wording for link fix --- Web/Views/Account/ResetPassword.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Views/Account/ResetPassword.cshtml b/Web/Views/Account/ResetPassword.cshtml index abf4333..ddff81a 100644 --- a/Web/Views/Account/ResetPassword.cshtml +++ b/Web/Views/Account/ResetPassword.cshtml @@ -29,6 +29,6 @@ @Html.EditorForModel() - @Html.ActionLink("Login", "Login", new { Model.Username }, new { @class = "pull-right" }) + @Html.ActionLink("Log in", "Login", new { Model.Username }, new { @class = "pull-right" }) }