refactor: i18n

This commit is contained in:
Anthony Fu 2022-11-30 05:50:13 +08:00
parent 59e365591d
commit cf63bce459
11 changed files with 18 additions and 10 deletions

View file

@ -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>