i18n: improve
This commit is contained in:
parent
335fc9f64b
commit
3485208929
7 changed files with 40 additions and 19 deletions
|
@ -9,7 +9,7 @@ const props = defineProps<{
|
|||
<template>
|
||||
<article flex flex-col gap-2>
|
||||
<div flex gap-2 flex-wrap text-sm px-2>
|
||||
with
|
||||
{{ $t('conversation.with') }}
|
||||
<AccountInlineInfo v-for="account in conversation.accounts" :key="account.id" :account="account" />
|
||||
</div>
|
||||
<StatusCard v-if="conversation.lastStatus" :status="conversation.lastStatus" :actions="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue