diff --git a/src/Umbraco.Core/Models/ContentEditing/ContentVariationDisplay.cs b/src/Umbraco.Core/Models/ContentEditing/ContentVariationDisplay.cs index 503d58de8c..9908d6cc38 100644 --- a/src/Umbraco.Core/Models/ContentEditing/ContentVariationDisplay.cs +++ b/src/Umbraco.Core/Models/ContentEditing/ContentVariationDisplay.cs @@ -16,7 +16,7 @@ namespace Umbraco.Cms.Core.Models.ContentEditing AllowedActions = Enumerable.Empty(); } - [DataMember(Name = "AllowedActions", IsRequired = true)] + [DataMember(Name = "allowedActions", IsRequired = true)] public IEnumerable AllowedActions { get; set; } [DataMember(Name = "name", IsRequired = true)]