diff --git a/src/common/helper.js b/src/common/helper.js index 554d6a2a..d8b6c481 100755 --- a/src/common/helper.js +++ b/src/common/helper.js @@ -462,7 +462,7 @@ function * checkCreateAccess (authUser, subEntity) { // Check if the User is assigned as the iterative reviewer for the contest const iterativeReviewers = _.filter(currUserRoles, { role: 'Iterative Reviewer' }) if (iterativeReviewers.length !== 0) { - throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are a iterative reviewer`) + throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are an iterative reviewer`) } // Check if the User is registered for the contest