Change setpassword text

This commit is contained in:
2012-12-31 20:17:08 -05:00
parent 2ec2a752cd
commit e88065e925
+2 -2
View File
@@ -1,6 +1,6 @@
@model MileageTraker.Web.ViewModels.User.SetPasswordViewModel @model MileageTraker.Web.ViewModels.User.SetPasswordViewModel
@{ @{
ViewBag.Title = "Change Password"; ViewBag.Title = "Set Password";
} }
@Html.Partial("_StatusMessage") @Html.Partial("_StatusMessage")
@@ -12,7 +12,7 @@
@Html.Partial("_ValidationSummary") @Html.Partial("_ValidationSummary")
@Html.AntiForgeryToken() @Html.AntiForgeryToken()
<fieldset> <fieldset>
<legend>Set password for @Model.Username</legend> <legend>For @Model.Username</legend>
@Html.EditorForModel() @Html.EditorForModel()
<div class="form-actions"> <div class="form-actions">
<input type="submit" value="Change password" class="btn btn-primary" /> <input type="submit" value="Change password" class="btn btn-primary" />