Commit 47426f46 by Sarina Canelake

i18n Sequence XModule

parent 58565c6d
......@@ -144,7 +144,7 @@ class @Sequence
@render new_position
else
alert_template = gettext("Sequence error! Cannot navigate to tab %(tab_name)s in the current SequenceModule. Please contact the course staff.")
alert_text = interpolate(alert_text, {tab_name: new_position}, true)
alert_text = interpolate(alert_template, {tab_name: new_position}, true)
alert alert_text
next: (event) => @_change_sequential 'seq_next', event
......
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