mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix(to do dates): locate a string for "Due"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user