Commit 704e03d8 by Nick Parlante Committed by Jason Bau

Rename Check/Submit button for Stanford branch

parent ff62e794
......@@ -394,8 +394,8 @@ class CapaMixin(CapaFields):
# The logic flow is a little odd so that _('xxx') strings can be found for
# translation while also running _() just once for each string.
_ = self.runtime.service(self, "i18n").ugettext
check = _('Check')
final_check = _('Final Check')
check = _('Submit')
final_check = _('Final Submit')
# Apply customizations if present
if 'custom_check' in self.text_customization:
......
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