1
0

Fix empty call to actions

This commit is contained in:
kolaente
2021-01-21 18:14:22 +01:00
parent bdfbe8857a
commit 0667a96376
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
You can edit all labels you created, you can use all labels which are associated with a task to whose
list you have access.
</p>
<p v-else class="has-text-centered has-text-grey">
<p v-else class="has-text-centered has-text-grey is-italic">
You currently do not have any labels.
<router-link :to="{name:'labels.create'}">Create a new label.</router-link>
</p>