I have translated the messages, but 'il y a' is not displaying on the correct side.
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
|
||||
<v-tooltip :text="new Date(message.createdAt).toLocaleString()">
|
||||
<template v-slot:activator="{ props }">
|
||||
<span v-bind="props" class="text-sm-caption text-gray-700 mt-1">
|
||||
<span v-bind="props" class="text-sm-caption text-gray-700 mt-1 ">
|
||||
{{ time_ago(message.createdAt) }}
|
||||
</span>
|
||||
|
||||
</template>
|
||||
</v-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user