mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing localization gender
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
<div>
|
||||
@Html.CheckBoxFor(m => m.ShowAuditTrailCommentInput)
|
||||
@Html.LabelFor(m => m.ShowAuditTrailCommentInput, T("Show comment input").Text, new { @class = "forcheckbox" })
|
||||
<span class="hint">@T("Renders a text field to allow the user to enter a comment about the changes he made.")</span>
|
||||
<span class="hint">@T("Renders a text field to allow the user to enter a comment about the changes they made.")</span>
|
||||
</div>
|
||||
</fieldset>
|
Reference in New Issue
Block a user