Commit 69d6119d by Nick Parlante Committed by Joe Blaylock

Temporary fix of 'Check' to 'Submit'

When the text_customization advanced setting  gets fixed in master,
we can take this out and instead set the button title via
advanced settings.
parent 268c1477
...@@ -353,8 +353,8 @@ class CapaModule(CapaFields, XModule): ...@@ -353,8 +353,8 @@ class CapaModule(CapaFields, XModule):
""" """
# The logic flow is a little odd so that _('xxx') strings can be found for # The logic flow is a little odd so that _('xxx') strings can be found for
# translation while also running _() just once for each string. # translation while also running _() just once for each string.
check = _('Check') check = _('Submit')
final_check = _('Final Check') final_check = _('Final Submit')
# Apply customizations if present # Apply customizations if present
if 'custom_check' in self.text_customization: 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