chore: replace the same i18n string with a single entry

This commit is contained in:
kolaente 2022-04-24 18:14:41 +02:00
parent 62adf171ec
commit 8257586c90
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 9 additions and 8 deletions

View file

@ -143,7 +143,7 @@
<template #text>
<p>
{{ $t('task.comment.deleteText1') }}<br/>
<strong>{{ $t('task.comment.deleteText2') }}</strong>
<strong class="has-text-white">{{ $t('misc.cannotBeUndone') }}</strong>
</p>
</template>
</modal>