Clarify locked category error

This commit is contained in:
Ajay
2022-11-12 12:41:00 -05:00
parent 90e68caaf7
commit 50743070de

View File

@@ -266,7 +266,7 @@ async function checkEachSegmentValid(rawIP: IPAddress, paramUserID: UserID, user
pass: false,
errorCode: 403,
errorMessage:
`Users have voted that new segments aren't needed for the following category: ` +
`Users have voted that new segments aren't needed on this video for the following category: ` +
`'${segments[i].category}'\n` +
`${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}'` : ""}\n` +
`${(segments[i].category === "sponsor" ? "\nMaybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " +