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" }) }