This commit is contained in:
2021-07-30 00:03:37 +00:00
parent ab00b7ec69
commit a1607e1568
6 changed files with 10 additions and 6 deletions

View File

@@ -717,7 +717,7 @@ namespace AyaNova.Biz
var dtRepeat = CalculateNewDateFromSpanAndUnit(dtNow, proposedObj.RepeatUnit, proposedObj.RepeatInterval);
if (!(dtGenBefore < dtRepeat))
{
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "GenerateBeforeInterval", "message here??");
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "GenerateBeforeInterval", await Translate("ErrorGenBeforeTooSmall"));
}