Fix missing translation when creating a new task on the kanban board

This commit is contained in:
kolaente 2021-09-08 17:49:10 +02:00
parent debdc83f1b
commit 6f89863c81
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
/> />
</div> </div>
<p class="help is-danger" v-if="newTaskError[bucket.id] && newTaskText === ''"> <p class="help is-danger" v-if="newTaskError[bucket.id] && newTaskText === ''">
{{ $t('list.list.addTitleRequired') }} {{ $t('list.create.addTitleRequired') }}
</p> </p>
</div> </div>
<x-button <x-button