mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Updated i18n of delta.jade
This commit is contained in:
parent
f7675d90ee
commit
015ed33dbe
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ mixin deltaPanel(delta, conflict)
|
|||
if delta.action === 'deleted'
|
||||
strong(data-i18n="delta.deleted") Deleted
|
||||
if delta.action === 'moved-index'
|
||||
strong(data-i18n="delta.modified_array") Moved Index
|
||||
strong(data-i18n="delta.moved_index") Moved Index
|
||||
if delta.action === 'text-diff'
|
||||
strong(data-i18n="delta.text_diff") Text Diff
|
||||
span
|
||||
|
@ -45,4 +45,4 @@ mixin deltaPanel(delta, conflict)
|
|||
+deltaPanel(delta)
|
||||
if !deltas.length
|
||||
alert.alert-warning(data-i18n="delta.no_changes") No changes
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue