From cf821e1fdcb7e9e5ed0d0d73a88576538ca1e133 Mon Sep 17 00:00:00 2001 From: Lombiq Date: Wed, 28 Aug 2019 19:09:58 +0200 Subject: [PATCH] ContentTypes: Updating the "Creatable" content type setting's hint to be more descriptive --- .../DefinitionTemplates/ContentTypeSettingsViewModel.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml index d245600f7..adfaee84b 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml @@ -4,7 +4,7 @@ @Html.EditorFor(m => m.Creatable) @Html.ValidationMessageFor(m => m.Creatable) - @T("Determines if an instance of this content type can be created through the UI.") + @T("Determines if this type is listed among the types creatable through the UI. This setting doesn't affect security.")