Fix missing translation when creating a new task on the kanban board
This commit is contained in:
parent
debdc83f1b
commit
6f89863c81
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
/>
|
||||
</div>
|
||||
<p class="help is-danger" v-if="newTaskError[bucket.id] && newTaskText === ''">
|
||||
{{ $t('list.list.addTitleRequired') }}
|
||||
{{ $t('list.create.addTitleRequired') }}
|
||||
</p>
|
||||
</div>
|
||||
<x-button
|
||||
|
|
Loading…
Reference in a new issue