]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/follows.ts
Update video channel routes
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / follows.ts
index 991a2e1757f8a2b8098e5c572849036d95f8f177..bdf39eb9c543389b58139d87e8e5339e822b6c54 100644 (file)
@@ -16,7 +16,7 @@ const followValidator = [
     if (isTestInstance() === false && CONFIG.WEBSERVER.SCHEME === 'http') {
       return res.status(400)
         .json({
-          error: 'Cannot follow non HTTPS web server.'
+          error: 'Cannot follow on a non HTTPS web server.'
         })
         .end()
     }