1
0

fix(task): improve task delete modal on mobile

(cherry picked from commit 9f9b00144b8175defbddd14422cae9af4d65af54)
This commit is contained in:
kolaente
2024-09-29 13:47:35 +02:00
parent ab29ac7a5c
commit 33c9ea802a
2 changed files with 14 additions and 4 deletions

View File

@ -573,8 +573,10 @@
</template>
<template #text>
<p>
{{ $t('task.detail.delete.text1') }}<br>
<p class="tw-text-balance !tw-mb-0">
{{ $t('task.detail.delete.text1') }}
</p>
<p class="tw-text-balance">
{{ $t('task.detail.delete.text2') }}
</p>
</template>