diff --git a/src/Umbraco.Web/PropertyEditors/DropdownFlexiblePropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/DropdownFlexiblePropertyEditor.cs index 9e168ef3b4..236aa273c3 100644 --- a/src/Umbraco.Web/PropertyEditors/DropdownFlexiblePropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/DropdownFlexiblePropertyEditor.cs @@ -44,7 +44,7 @@ namespace Umbraco.Web.PropertyEditors { Key = "multiple", Name = "Enable multiple choice", - Description = "When checked, the dropdown will be a select multiple / combobox style dropdown", + Description = "When checked, the dropdown will be a select multiple / combo box style dropdown", View = "boolean" }); }