mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixed incorrect label on Export screen.
This commit is contained in:
parent
79745abaeb
commit
3f5919fa40
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user