diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml b/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml index a7d2ce8e3..c97832c18 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml @@ -21,7 +21,7 @@ @T("Choose what to save for these types:")
@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."))