Commit 5443ebbb by Stephen Sanchez

Merge pull request #314 from edx/sanchez/fix-validation-message

Updating a validation message.
parents 0f6638d1 5e1eebac
......@@ -85,9 +85,9 @@ def validate_assessments(assessments, current_assessments, is_released):
if not (_only_peer_or_self(assessments) or _peer_then_self(assessments)):
return (
False,
_("For this assignment, you can set either a peer assessment "
"followed by a self assessment, peer assessment only, or a "
"self assessment only.")
_("For this assignment, you can set a peer assessment only, a self "
"assessment only, or a peer assessment followed by a self "
"assessment.")
)
for assessment_dict in assessments:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment