Merge pull request #17722 from calixteman/issue17721

Fix the string GlobalConstants.IDS_INVALID_DATE
This commit is contained in:
calixteman 2024-02-23 21:49:42 +01:00 committed by GitHub
commit 1bd6af6dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ const GlobalConstants = Object.freeze({
IDS_LESS_THAN: "Invalid value: must be less than or equal to % s.", IDS_LESS_THAN: "Invalid value: must be less than or equal to % s.",
IDS_INVALID_MONTH: "** Invalid **", IDS_INVALID_MONTH: "** Invalid **",
IDS_INVALID_DATE: 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_DATE2: " should match format ",
IDS_INVALID_VALUE: "The value entered does not match the format of the field", IDS_INVALID_VALUE: "The value entered does not match the format of the field",
IDS_AM: "am", IDS_AM: "am",