mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 20:13:52 +08:00
Fixing typo in users settings
Work Items: 17400 --HG-- branch : 1.x
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user