forked from MapComplete/MapComplete
Improve URL-validation for blocked and discouraged sites
This commit is contained in:
parent
0d22af629c
commit
d28acfdb20
2 changed files with 26 additions and 7 deletions
|
@ -847,9 +847,10 @@
|
|||
},
|
||||
"tooLong": "The text is too long, at most 255 characters are allowed. You have {count} characters now.",
|
||||
"url": {
|
||||
"aggregator": "{host} is a third-party aggregator website. If possible, search the official website.",
|
||||
"aggregator": "{host} is a third-party website. If possible, search the official website.",
|
||||
"description": "link to a website",
|
||||
"feedback": "This is not a valid web address"
|
||||
"feedback": "This is not a valid web address",
|
||||
"spamSite": "{host} is considered a low-quality website. Using this website is not allowed."
|
||||
},
|
||||
"wikidata": {
|
||||
"description": "A Wikidata identifier",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue