Skip to content

Commit

Permalink
Remove strings for removed invalid URL validation rule (re: #6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 1, 2019
1 parent 610082f commit c2e254e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions data/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1432,10 +1432,6 @@ en:
message: '{feature} has an invalid email address'
message_multi: '{feature} has multiple invalid email addresses'
reference: 'Email addresses must look like "user@example.com".'
website:
message: '{feature} has an invalid website.'
message_multi: '{feature} has multiple invalid websites.'
reference: 'Websites should start with "http" or "https".'
mismatched_geometry:
title: Mismatched Geometry
tip: "Find features with conflicting tags and geometry"
Expand Down
5 changes: 0 additions & 5 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,11 +1770,6 @@
"message": "{feature} has an invalid email address",
"message_multi": "{feature} has multiple invalid email addresses",
"reference": "Email addresses must look like \"user@example.com\"."
},
"website": {
"message": "{feature} has an invalid website.",
"message_multi": "{feature} has multiple invalid websites.",
"reference": "Websites should start with \"http\" or \"https\"."
}
},
"mismatched_geometry": {
Expand Down

0 comments on commit c2e254e

Please sign in to comment.