mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed incorrect label on Export screen.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<legend>@T("Choose what to save for these types:")</legend>
|
||||
<div>
|
||||
@Html.EditorFor(m => m.Metadata)
|
||||
@Html.LabelFor(m => m.Metadata, T("Batch Size").ToString(), new { @class = "forcheckbox" })
|
||||
@Html.LabelFor(m => m.Metadata, T("Metadata").ToString(), new { @class = "forcheckbox" })
|
||||
@Html.Hint(T("Metadata is the definition of your content types: what parts and fields they have, with what settings."))
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user