Commit 819e5346 by Giulio Gratta

fix wording for 'Check' and 'Submit' mismatch

parent 55c926fa
......@@ -1392,7 +1392,7 @@ class CapaMixin(CapaFields):
self.track_function_unmask('save_problem_success', event_info)
msg = _("Your answers have been saved.")
if not self.max_attempts == 0:
msg = _("Your answers have been saved but not graded. Click 'Check' to grade them.")
msg = _("Your answers have been saved but not graded. Click 'Submit' to grade them.")
return {
'success': True,
'msg': msg,
......
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