Skip to content

Commit

Permalink
Merge pull request #68 from formio/FIO-8106-internationalize-date-error
Browse files Browse the repository at this point in the history
FIO-8106: add invalidDate error translation
  • Loading branch information
travist authored Mar 27, 2024
2 parents 0b2074c + 775aff0 commit 4ae17a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/process/validation/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ export const EN_ERRORS = {
captchaTokenValidation: 'ReCAPTCHA: Token validation error',
captchaTokenNotSpecified: 'ReCAPTCHA: Token is not specified in submission',
captchaFailure: 'ReCaptcha: Response token not found',
time: '{{field}} is not a valid time.',
time: '{{field}} is not a valid time',
invalidDate: '{{field}} is not a valid date',
};

0 comments on commit 4ae17a6

Please sign in to comment.