Skip to content

Commit 78c35d5

Browse files
hishamcoCopilot
andcommitted
Update src/OrchardCoreContrib.ViewCount/Migrations.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 042ad54 commit 78c35d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/OrchardCoreContrib.ViewCount/Migrations.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ public async Task<int> CreateAsync()
1010
{
1111
await contentDefinitionManager.AlterPartDefinitionAsync("ViewCountPart", builder => builder
1212
.Attachable()
13-
.WithDescription("Allow to count the view number of your content item."));
14-
13+
.WithDescription("Enables counting of views for the content item."));
1514
return 1;
1615
}
1716
}

0 commit comments

Comments
 (0)