mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:39:29 +02:00
Fix #175: Typos/not showing text due to i18n work
This commit is contained in:
parent
0ab62b8648
commit
912c98c71b
5 changed files with 10 additions and 18 deletions
|
@ -14,12 +14,6 @@
|
|||
v-if="components[event.type]"
|
||||
:is="components[event.type]"
|
||||
:event="event">
|
||||
<username
|
||||
class="user"
|
||||
:username="event.actor.local_id"
|
||||
slot="user"></username>
|
||||
{{ event.published }}
|
||||
<human-date class="date" :date="event.published" slot="date"></human-date>
|
||||
</component>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue