Browse Source
Merge pull request #252 from dsbegnoche/patch-1
Fix Typo on Content History
pull/254/head
Sebastian Stehle
9 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Squidex.Domain.Apps.Entities/Contents/ContentHistoryEventsCreator.cs
|
|
|
@ -20,7 +20,7 @@ namespace Squidex.Domain.Apps.Entities.Contents |
|
|
|
: base(typeNameRegistry) |
|
|
|
{ |
|
|
|
AddEventMessage<ContentCreated>( |
|
|
|
"created {[Schema]} content item to."); |
|
|
|
"created {[Schema]} content item."); |
|
|
|
|
|
|
|
AddEventMessage<ContentUpdated>( |
|
|
|
"updated {[Schema]} content item."); |
|
|
|
|