refactor: i18n
This commit is contained in:
parent
59e365591d
commit
cf63bce459
11 changed files with 18 additions and 10 deletions
|
@ -13,7 +13,7 @@ useHead({
|
|||
<template>
|
||||
<MainContent back>
|
||||
<template #title>
|
||||
<span text-lg font-bold>Blocked users</span>
|
||||
<span text-lg font-bold>{{ $t('account.blocked_users') }}</span>
|
||||
</template>
|
||||
<AccountPaginator :paginator="paginator" />
|
||||
</MainContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue