forked from MapComplete/MapComplete
Docs: update comment
This commit is contained in:
parent
00ab3a1b77
commit
689270405e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import UrlValidator from "./UrlValidator"
|
|||
|
||||
export default class VeloparkValidator extends UrlValidator {
|
||||
constructor() {
|
||||
super("velopark", "A custom element to allow copy-pasting velopark-pages")
|
||||
super("velopark", "A special URL-validator that checks the domain name and rewrites to the correct velopark format.")
|
||||
}
|
||||
|
||||
getFeedback(s: string): Translation {
|
||||
|
|
Loading…
Reference in a new issue