diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs index 9c8624276..8f5e4d1b8 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs @@ -81,7 +81,7 @@ namespace Squidex.Domain.Apps.Entities.Contents.Guards if (command.DueTime.HasValue && command.DueTime.Value < SystemClock.Instance.GetCurrentInstant()) { - e("DueTime must be in the future.", nameof(command.DueTime)); + e("Due time must be in the future.", nameof(command.DueTime)); } }); }