mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix the string GlobalConstants.IDS_INVALID_DATE
This commit is contained in:
parent
346efe919a
commit
fe41e789de
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue