Fixed incorrect label on Export screen.

This commit is contained in:
Sipke Schoorstra 2015-07-13 23:15:00 +01:00
parent 79745abaeb
commit 3f5919fa40

View File

@ -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>