diff --git a/src/Umbraco.Web/Models/ContentEditing/ContentTypeSave.cs b/src/Umbraco.Web/Models/ContentEditing/ContentTypeSave.cs index a6ad07d5b8..c210d4fc16 100644 --- a/src/Umbraco.Web/Models/ContentEditing/ContentTypeSave.cs +++ b/src/Umbraco.Web/Models/ContentEditing/ContentTypeSave.cs @@ -116,7 +116,7 @@ namespace Umbraco.Web.Models.ContentEditing yield return new ValidationResult("Duplicate property aliases not allowed: " + duplicatePropertyAlias.Key, new[] { - $"Groups[{lastPropertyIndex}].Properties[{propertyGroupIndex}].Alias" + $"Groups[{propertyGroupIndex}].Properties[{lastPropertyIndex}].Alias" }); }