Fixing typo in users settings

Work Items: 17400

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-28 11:57:23 -07:00
parent ee38c329e9
commit 73d21a6c9e

View File

@@ -8,7 +8,7 @@
</div>
<div>
@Html.EditorFor(m => m.EnableLostPassword)
<label class="forcheckbox" for="@Html.FieldIdFor( m => m.EnableLostPassword)">@T("Display a link to enable users to reset their email")</label>
<label class="forcheckbox" for="@Html.FieldIdFor( m => m.EnableLostPassword)">@T("Display a link to enable users to reset their password")</label>
</div>
<div>
@Html.EditorFor(m => m.UsersMustValidateEmail)