mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Fix email and website validation for list values
Also improved the UI message to be more clear for websites and simplify "is tagged with" to "has" which works in context.
This commit is contained in:
committed by
Quincy Morgan
parent
770cffe7de
commit
591e41f5ec
+4
-2
@@ -1410,10 +1410,12 @@ en:
|
||||
title: Invalid Formatting
|
||||
tip: Find features tagged with invalid value formatting
|
||||
email:
|
||||
message: '{feature} is tagged with an invalid email address'
|
||||
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".'
|
||||
website:
|
||||
message: '{feature} is tagged with an invalid 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.'
|
||||
missing_role:
|
||||
title: Missing Roles
|
||||
|
||||
Reference in New Issue
Block a user