From b5759be700e7d9980027f91fa2b2a34ee51132e5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 16 Jun 2018 21:19:05 +0200 Subject: [PATCH] File was not saved. --- .../Contents/Guards/GuardContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }); }