[i18n] Fix a typo

stable
David Barragán Merino 2015-05-17 13:20:13 +02:00
parent 8ae8a9a737
commit 0f6fc3fa4c
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ form
div(tg-check-permission="delete_milestone") div(tg-check-permission="delete_milestone")
span.delete-sprint.hidden(translate) span.delete-sprint.hidden(translate)
span(tranlsate="LIGHTBOX.ADD_EDIT_SPRINT.ACTION_DELETE_SPRINT") span(translate="LIGHTBOX.ADD_EDIT_SPRINT.ACTION_DELETE_SPRINT")
a.icon.icon-delete(href="", title="{{'LIGHTBOX.ADD_EDIT_SPRINT.TITLE_ACTION_DELETE_SPRINT' | translate}}") a.icon.icon-delete(href="", title="{{'LIGHTBOX.ADD_EDIT_SPRINT.TITLE_ACTION_DELETE_SPRINT' | translate}}")