diff --git a/javascript/apps/taiga/src/app/modules/project/feature-kanban/components/edit-status/edit-status.component.html b/javascript/apps/taiga/src/app/modules/project/feature-kanban/components/edit-status/edit-status.component.html index e0081e09e..a2bec54dd 100644 --- a/javascript/apps/taiga/src/app/modules/project/feature-kanban/components/edit-status/edit-status.component.html +++ b/javascript/apps/taiga/src/app/modules/project/feature-kanban/components/edit-status/edit-status.component.html @@ -31,8 +31,11 @@ [placeholder]="t('kanban.write_status')" /> - {{ t('kanban.status_empty') }} + {{ t('kanban.status_empty') }} + + + {{ t('kanban.status_empty') }} + diff --git a/javascript/apps/taiga/src/app/modules/project/feature-new-workflow/components/new-workflow-form/new-workflow-form.component.html b/javascript/apps/taiga/src/app/modules/project/feature-new-workflow/components/new-workflow-form/new-workflow-form.component.html index f4d2d2767..b5fc5bc0e 100644 --- a/javascript/apps/taiga/src/app/modules/project/feature-new-workflow/components/new-workflow-form/new-workflow-form.component.html +++ b/javascript/apps/taiga/src/app/modules/project/feature-new-workflow/components/new-workflow-form/new-workflow-form.component.html @@ -29,6 +29,9 @@ {{ t('kanban.create_workflow.workflow_empty') }} + + {{ t('kanban.create_workflow.workflow_empty') }} +