mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix(string): remove "due" string (#14683)
This commit is contained in:
parent
0a4bbbf173
commit
91fc4235aa
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@
|
|||
class="svg-icon calendar my-auto"
|
||||
v-html="icons.calendar"
|
||||
></div>
|
||||
<span>{{ $t('due') }} {{ formatDueDate() }}</span>
|
||||
<span>{{ formatDueDate() }}</span>
|
||||
</div>
|
||||
<div class="icons-right d-flex justify-content-end">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue