#19076: Fixing typo

Work Item: 19076

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-05 11:08:14 -07:00
parent 358e242e2a
commit a3d7a943d8

View File

@@ -22,7 +22,7 @@
<fieldset> <fieldset>
@Html.EditorFor(m => m.CustomFormPart.CustomMessage) @Html.EditorFor(m => m.CustomFormPart.CustomMessage)
<label for="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)" class="forcheckbox">@T("Specificy a custom message when the form is submitted")</label> <label for="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)" class="forcheckbox">@T("Specify a custom message when the form is submitted")</label>
<div data-controllerid="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)"> <div data-controllerid="@Html.FieldIdFor(m => m.CustomFormPart.CustomMessage)">
@Html.LabelFor(m => m.CustomFormPart.Message) @Html.LabelFor(m => m.CustomFormPart.Message)