mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Trim 'Course: ' from course level names (pt 2)
This commit is contained in:
parent
59608a5bc2
commit
826c9c9de0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
h3.text-uppercase
|
||||
span(data-i18n='play_level.next_level')
|
||||
span :
|
||||
h2.text-uppercase= i18n(view.nextLevel.attributes, 'name')
|
||||
h2.text-uppercase= i18n(view.nextLevel.attributes, 'name').replace('Course: ', '')
|
||||
|
||||
div!= view.nextLevelDescription
|
||||
|
||||
|
|
Loading…
Reference in a new issue