From 6c18579a78616cbcc1c55acc0c7eb0751c252a1b Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 12 Nov 2022 12:45:35 -0500 Subject: [PATCH] Added back mention of video to lock message --- src/routes/postSkipSegments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 558946d..aaf8eda 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -266,7 +266,7 @@ async function checkEachSegmentValid(rawIP: IPAddress, paramUserID: UserID, user pass: false, errorCode: 403, errorMessage: - `Users have voted that all the necessary segments have been submitted for the following category: ` + + `Users have voted that all the segments required for this video have already been submitted for the following category: ` + `'${segments[i].category}'\n` + `${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}\n'` : ""}` + `You may need to refresh if you don't see the segments.\n` +