Fix the string GlobalConstants.IDS_INVALID_DATE

This commit is contained in:
Calixte Denizet 2024-02-23 21:39:06 +01:00
parent 346efe919a
commit fe41e789de

View File

@ -130,7 +130,7 @@ const GlobalConstants = Object.freeze({
IDS_LESS_THAN: "Invalid value: must be less than or equal to % s.",
IDS_INVALID_MONTH: "** Invalid **",
IDS_INVALID_DATE:
"Invalid date / time: please ensure that the date / time exists.Field",
"Invalid date / time: please ensure that the date / time exists. Field",
IDS_INVALID_DATE2: " should match format ",
IDS_INVALID_VALUE: "The value entered does not match the format of the field",
IDS_AM: "am",