diff --git a/uSync.Migrations.Migrators/BlockGrid/Extensions/GridConfigurationExtensions.cs b/uSync.Migrations.Migrators/BlockGrid/Extensions/GridConfigurationExtensions.cs index ad4aea7a..411f728c 100644 --- a/uSync.Migrations.Migrators/BlockGrid/Extensions/GridConfigurationExtensions.cs +++ b/uSync.Migrations.Migrators/BlockGrid/Extensions/GridConfigurationExtensions.cs @@ -73,7 +73,7 @@ public static IEnumerable GetAllowedContentTypeAliasesForBlock(this ILeg } yield return new BlockGridConfiguration.BlockGridBlockConfiguration { - Label = editorConfig.GetBlockname(), + Label = label, ContentElementTypeKey = elementKey, GroupKey = groupKey != Guid.Empty ? groupKey.ToString() : null, BackgroundColor = Grid.GridBlocks.Background,