Commit 05332225 by cahrens

Fix message wording.

TNL-3773
parent cfea6656
...@@ -377,8 +377,8 @@ class StaffAreaMixin(object): ...@@ -377,8 +377,8 @@ class StaffAreaMixin(object):
"success": True, "success": True,
'msg': self._( 'msg': self._(
u"The learner submission has been removed from peer assessment. " u"The learner submission has been removed from peer assessment. "
u"The learner receives a grade of zero unless you reset " u"The learner receives a grade of zero unless you delete "
u"the learner's attempts for the problem to allow them to " u"the learner's state for the problem to allow them to "
u"resubmit a response." u"resubmit a response."
) )
} }
......
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