mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Adjust the strings for the invalid formatting validation (re: #6494)
This commit is contained in:
+8
-8
@@ -1408,15 +1408,15 @@ en:
|
||||
reference: "Google products are proprietary and must not be used as references."
|
||||
invalid_format:
|
||||
title: Invalid Formatting
|
||||
tip: Find features tagged with invalid value formatting
|
||||
tip: Find tags with unexpected formats
|
||||
email:
|
||||
message: '{feature} has an invalid email address: {email}'
|
||||
message_multi: '{feature} has multiple invalid email addresses: {email}'
|
||||
reference: 'Email addresses must be of the form "local-part@domain".'
|
||||
message: '{feature} has an invalid email address.'
|
||||
message_multi: '{feature} has multiple invalid email addresses.'
|
||||
reference: 'Email addresses must looks like "user@example.com".'
|
||||
website:
|
||||
message: '{feature} has a website with no scheme: {site}'
|
||||
message_multi: '{feature} has multiple websites with no scheme: {site}'
|
||||
reference: 'Websites should start with a "http" or "https" scheme.'
|
||||
message: '{feature} has an invalid website.'
|
||||
message_multi: '{feature} has multiple invalid websites.'
|
||||
reference: 'Websites should start with "http" or "https".'
|
||||
missing_role:
|
||||
title: Missing Roles
|
||||
message: "{member} has no role within {relation}"
|
||||
@@ -1932,4 +1932,4 @@ en:
|
||||
wikidata:
|
||||
identifier: "Identifier"
|
||||
label: "Label"
|
||||
description: "Description"
|
||||
description: "Description"
|
||||
|
||||
Reference in New Issue
Block a user