diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml index 47e42471c..2aa8b99fb 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentPartSettings.cshtml @@ -3,5 +3,6 @@
@Html.EditorFor(m => m.Attachable) + @T("Check to allow this part to be attached to other content types.") @Html.ValidationMessageFor(m => m.Attachable)
\ No newline at end of file