fix related-task status translation
parent
d4e9b9cc08
commit
48784a5698
|
@ -6,7 +6,7 @@
|
|||
a.icon.icon-delete.cancel-edit(href='', title="{{'COMMON.CANCEL' | translate}}")
|
||||
|
||||
.status(tg-related-task-status='newTask', ng-model='newTask', not-auto-save='true')
|
||||
a.task-status(href='', title="{{'TITLE_SELECT_STATUS' | translate}}")
|
||||
a.task-status(href='', title="{{'TASK.TITLE_SELECT_STATUS' | translate}}")
|
||||
span.task-status-bind
|
||||
span.icon.icon-arrow-bottom
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
a.icon.icon-delete.cancel-edit(href='', title="{{'COMMON.CANCEL' | translate}}")
|
||||
|
||||
.status(tg-related-task-status='task', ng-model='task')
|
||||
a.task-status(href='', title="{{'COMON.TITLE_SELECT_STATUS' | translate}}")
|
||||
a.task-status(href='', title="{{'TASK.TITLE_SELECT_STATUS' | translate}}")
|
||||
span.task-status-bind
|
||||
span.icon.icon-arrow-bottom
|
||||
|
||||
|
|
Loading…
Reference in New Issue