]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/schema/yup.js
allow setting seeds
[alttp.git] / resources / js / schema / yup.js
index cc4e72416b8783427677bc3efbd69224666dadc2..19f8b5824e1b978a62314f319c1727d5db8db86b 100644 (file)
@@ -19,6 +19,7 @@ yup.setLocale({
        },
        string: {
                time: 'validation.error.time',
+               url: 'validation.error.url',
        },
 });