]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/middlewares/abuses.ts
Merge branch 'release/2.3.0' into develop
[github/Chocobozzz/PeerTube.git] / server / helpers / middlewares / abuses.ts
index b102273a2794b2c5f03c2f9628da6a8c3d19594a..be8c8b449b574f166db2c3926ca64b1f2ec8d01d 100644 (file)
@@ -30,7 +30,7 @@ async function doesAbuseExist (abuseId: number | string, res: Response) {
 
   if (!abuse) {
     res.status(404)
-       .json({ error: 'Video abuse not found' })
+       .json({ error: 'Abuse not found' })
 
     return false
   }