Added back mention of video to lock message

This commit is contained in:
Ajay
2022-11-12 12:45:35 -05:00
parent e6e8c8e5a1
commit 6c18579a78

View File

@@ -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` +