fix(to do dates): locate a string for "Due"

This commit is contained in:
CuriousMagpie
2023-05-04 16:40:11 -04:00
parent 0e0cd99ded
commit 479cfb76ef

View File

@@ -243,7 +243,7 @@
class="svg-icon calendar"
v-html="icons.calendar"
></div>
<span>Due {{ formatDueDate() }}</span>
<span>{{ $t('due') }} {{ formatDueDate() }}</span>
</div>
<div class="icons-right d-flex justify-content-end">
<div