mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(to do dates): locate a string for "Due"
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
class="svg-icon calendar"
|
class="svg-icon calendar"
|
||||||
v-html="icons.calendar"
|
v-html="icons.calendar"
|
||||||
></div>
|
></div>
|
||||||
<span>Due {{ formatDueDate() }}</span>
|
<span>{{ $t('due') }} {{ formatDueDate() }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="icons-right d-flex justify-content-end">
|
<div class="icons-right d-flex justify-content-end">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user