i18n: rename keys
This commit is contained in:
parent
841959b51f
commit
cf5e6ed5b5
28 changed files with 127 additions and 154 deletions
|
@ -21,7 +21,7 @@ onReactivated(() => {
|
|||
<template>
|
||||
<MainContent back>
|
||||
<template #title>
|
||||
<span text-lg font-bold>{{ account ? getDisplayName(account) : t('nav_side.profile') }}</span>
|
||||
<span text-lg font-bold>{{ account ? getDisplayName(account) : t('nav.profile') }}</span>
|
||||
</template>
|
||||
|
||||
<template v-if="pending" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue