From 5d731463f2c3b29db92ccfdc0f994be4531e7b0c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 19 Sep 2020 13:53:40 -0400 Subject: [PATCH] Change no segments error message --- src/routes/postSkipSegments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.js b/src/routes/postSkipSegments.js index 820e0cf..7f8f0bf 100644 --- a/src/routes/postSkipSegments.js +++ b/src/routes/postSkipSegments.js @@ -295,7 +295,7 @@ module.exports = async function postSkipSegments(req, res) { // TODO: Do something about the fradulent submission logger.warn("Caught a no-segment submission. userID: '" + userID + "', videoID: '" + videoID + "', category: '" + segments[i].category + "'"); res.status(403).send( - "Request rejected by auto moderator: This video has been reported as not containing any segments with the category '" + "Request rejected by auto moderator: New submissions are not allowed for the following category: '" + segments[i].category + "'. If you believe this is incorrect, contact someone on Discord." ); return;