From c2e254e296ea15ee5548381618ef4f1108035f2f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 1 Oct 2019 18:40:00 +0200 Subject: [PATCH] Remove strings for removed invalid URL validation rule (re: #6831) --- data/core.yaml | 4 ---- dist/locales/en.json | 5 ----- 2 files changed, 9 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index ce577ec753..207073044d 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -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" diff --git a/dist/locales/en.json b/dist/locales/en.json index 467460c918..ac23fbca35 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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": {