Commit 5e1eebac by Stephen Sanchez

Updating a validation message.

parent 2378c165
......@@ -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