Change setpassword text
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@model MileageTraker.Web.ViewModels.User.SetPasswordViewModel
|
||||
@{
|
||||
ViewBag.Title = "Change Password";
|
||||
ViewBag.Title = "Set Password";
|
||||
}
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
@@ -12,7 +12,7 @@
|
||||
@Html.Partial("_ValidationSummary")
|
||||
@Html.AntiForgeryToken()
|
||||
<fieldset>
|
||||
<legend>Set password for @Model.Username</legend>
|
||||
<legend>For @Model.Username</legend>
|
||||
@Html.EditorForModel()
|
||||
<div class="form-actions">
|
||||
<input type="submit" value="Change password" class="btn btn-primary" />
|
||||
|
||||
Reference in New Issue
Block a user