mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix(to do dates): Add the word "Due" to the HTML
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>{{ formatDueDate() }}</span>
|
<span>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