Browse Source

File was not saved.

pull/303/head
Sebastian 8 years ago
parent
commit
b5759be700
  1. 2
      src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs

2
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));
}
});
}

Loading…
Cancel
Save