diff --git a/src/Umbraco.Web/PropertyEditors/GridConfiguration.cs b/src/Umbraco.Web/PropertyEditors/GridConfiguration.cs index 5de7f4d554..e3ab340238 100644 --- a/src/Umbraco.Web/PropertyEditors/GridConfiguration.cs +++ b/src/Umbraco.Web/PropertyEditors/GridConfiguration.cs @@ -22,7 +22,7 @@ namespace Umbraco.Web.PropertyEditors Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")] public bool IgnoreUserStartNodes { get; set; } - [ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaPicker", + [ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker", Description = "Choose where images dragged or pasted into the editor get uploaded to")] public GuidUdi MediaParentId { get; set; } } diff --git a/src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs b/src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs index b346e68be3..7139149739 100644 --- a/src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs +++ b/src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs @@ -21,7 +21,7 @@ namespace Umbraco.Web.PropertyEditors Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")] public bool IgnoreUserStartNodes { get; set; } - [ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaPicker", + [ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker", Description = "Choose where images dragged or pasted into the editor get uploaded to")] public GuidUdi MediaParentId { get; set; } }