Improve URL-validation for blocked and discouraged sites

This commit is contained in:
Pieter Vander Vennet 2024-08-24 01:50:34 +02:00
parent 0d22af629c
commit d28acfdb20
2 changed files with 26 additions and 7 deletions

View file

@ -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",