diff --git a/app/global-translations/locale-en.json b/app/global-translations/locale-en.json index 450bbd06..cd9ea2e7 100644 --- a/app/global-translations/locale-en.json +++ b/app/global-translations/locale-en.json @@ -2527,6 +2527,7 @@ "error.msg.currency.currencyCode.inUse": "Currency you are trying to remove is in use", "error.msg.countInterest": "Cannot Post Interest before last transaction date", "error.msg.before activation date": "Post Interest Date {{params[0].value}} must be after the Activation date", + "validation.msg.invalid.dateFormat.format": "Please enter a valid date", "validation.msg.tax.component.percentage.is.greater.than.max": "Percentage should be less than 100", "validation.msg.tax.component.startDate.is.less.than.date": "Start date must be greter than or equal to current date and previous start date", "validation.msg.tax.group.taxComponents.not.greater.than.zero": "Tax components must be there",