Skip to content

Commit

Permalink
i18n: Update string to match new rule definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 1, 2021
1 parent 87d633e commit 604271e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/messages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const messages = {
close: "Close window",
created: "Created",
modified: "Modified",
core: {
core: {
passedExamples: "Sample of successes",
failedExamples: "Sample of failures",
undefinedExamples: "Sample of unprocessed data"
Expand Down Expand Up @@ -667,7 +667,7 @@ export const messages = {
date_time: {
count_header: "Date is realistic",
count_header_tooltip:
"The value is a string, starts in YYYY-MM-DD format, isn't before 1970 and isn't after 2050."
"The value is a string, starts in YYYY-MM-DD format, isn't before 1990 and isn't after 2050."
},
email: {
count_header: "Email address is valid",
Expand Down

0 comments on commit 604271e

Please sign in to comment.