Skip to content

Commit 4dce51a

Browse files
committed
Update title
1 parent 3d13636 commit 4dce51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Refactoring.Web/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@model OrderFormModel;
22

33
@{
4-
ViewData["Title"] = "Order Creator";
4+
ViewData["Title"] = "Order Form";
55
}
66

77
@using (Html.BeginForm("SubmitOrder", "Order", FormMethod.Post, new { enctype = "multipart/form-data" })) {
88
@Html.ValidationSummary(true)
9-
<h1>Order Creator</h1>
9+
<h1>Order Form</h1>
1010
<div class="form-section">
1111
<h2 class="form-heading">District</h2>
1212
<div>

0 commit comments

Comments
 (0)