Commit 2e28279b by Sarina Canelake

Merge pull request #2560 from edx/sarina/fix-i18n-xmodule-sequence

i18n Sequence XModule
parents 58565c6d 47426f46
......@@ -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