From 4716d7e213eaf844090151b372c362e47bc233fa Mon Sep 17 00:00:00 2001 From: Steve Temple Date: Mon, 20 Nov 2023 12:41:24 +0000 Subject: [PATCH] Update BlockMigrationPlan.cs Fix Name (contained extra to) --- .../Configuration/CoreProfiles/BlockMigrationPlan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uSync.Migrations.Core/Configuration/CoreProfiles/BlockMigrationPlan.cs b/uSync.Migrations.Core/Configuration/CoreProfiles/BlockMigrationPlan.cs index 9b8608a8..aa794263 100644 --- a/uSync.Migrations.Core/Configuration/CoreProfiles/BlockMigrationPlan.cs +++ b/uSync.Migrations.Core/Configuration/CoreProfiles/BlockMigrationPlan.cs @@ -14,7 +14,7 @@ public BlockMigrationPlan(SyncMigrationHandlerCollection migrationHandlers) public int Order => 200; - public string Name => "Convert to Nested Content to BlockLists and Grid to BlockGrid"; + public string Name => "Convert Nested Content to BlockList and Grid to BlockGrid"; public string Icon => "icon-brick color-green";