Commit e32c27af by Nick Parlante

Rename Check/Submit button for Stanford branch

parent 9c9de016
......@@ -363,8 +363,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