diff --git a/src/components/inputs/UrlInput.jsx b/src/components/inputs/UrlInput.jsx index 3ad9ba3f..335d3ff0 100644 --- a/src/components/inputs/UrlInput.jsx +++ b/src/components/inputs/UrlInput.jsx @@ -23,7 +23,7 @@ function validate (url) { ) { error = ( - CORs policy won't allow fetching resources served over http from https, use a https:// domain + CORS policy won't allow fetching resources served over http from https, use a https:// domain ); }