mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-24 13:52:21 +08:00
Typo fixed.
--HG-- branch : 1.x
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<fieldset>
|
||||
<div>
|
||||
@Html.CheckBoxFor(m => m.Multiple) <label for="@Html.FieldIdFor(m => m.Multiple)" class="forcheckbox">@T("Allow multiple content items")</label>
|
||||
<span class="hint">@T("Check to allow user the to select multiple content items.")</span>
|
||||
<span class="hint">@T("Check to allow the user to select multiple content items.")</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user