mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 21:13:35 +08:00
Changed the wording on the comment moderation checkbox
--HG-- branch : dev
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<%=Html.EditorFor(m => m.ModerateComments) %>
|
<%=Html.EditorFor(m => m.ModerateComments) %>
|
||||||
<label class="forcheckbox" for="CommentSettings_ModerateComments"><%=_Encoded("Enable comment moderation")%></label>
|
<label class="forcheckbox" for="CommentSettings_ModerateComments"><%=_Encoded("Comments must be approved before they appear")%></label>
|
||||||
<%=Html.ValidationMessage("ModerateComments", "*")%>
|
<%=Html.ValidationMessage("ModerateComments", "*")%>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user