Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bf95ca1

Browse files
committed
Merge pull request #363 from cloudspokes/tom-Submitter-wording
Submitter -> submitter
2 parents e49b9da + 087fd78 commit bf95ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ var submitForDevelopChallenge = function (api, connection, dbConnectionMap, next
19031903
//Note 2 - this will also cover the case of private challenges
19041904
//User will have role Submitter only if the user belongs to group of private challenge and is registered.
19051905
if (!rows[0].is_user_submitter_for_challenge) {
1906-
cb(new ForbiddenError('You cannot submit for this challenge as you are not a Submitter.'));
1906+
cb(new ForbiddenError('You cannot submit for this challenge as you are not a submitter.'));
19071907
return;
19081908
}
19091909

0 commit comments

Comments
 (0)