Commit 348ef76f by Giulio Gratta

Merge pull request #79 from Stanford-Online/giulio/check-submit-mismatch-fix

fix wording for 'Check' and 'Submit' mismatch
parents 9d900234 819e5346
...@@ -1392,7 +1392,7 @@ class CapaMixin(CapaFields): ...@@ -1392,7 +1392,7 @@ class CapaMixin(CapaFields):
self.track_function_unmask('save_problem_success', event_info) self.track_function_unmask('save_problem_success', event_info)
msg = _("Your answers have been saved.") msg = _("Your answers have been saved.")
if not self.max_attempts == 0: 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 { return {
'success': True, 'success': True,
'msg': msg, '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