Skip to content

Commit

Permalink
Merge pull request #17722 from calixteman/issue17721
Browse files Browse the repository at this point in the history
Fix the string GlobalConstants.IDS_INVALID_DATE
  • Loading branch information
calixteman authored Feb 23, 2024
2 parents 346efe9 + fe41e78 commit 1bd6af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting_api/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1bd6af6

Please sign in to comment.