diff --git a/pages/[[server]]/@[account]/index/index.vue b/pages/[[server]]/@[account]/index/index.vue index e8ed7a47..2eb250dd 100644 --- a/pages/[[server]]/@[account]/index/index.vue +++ b/pages/[[server]]/@[account]/index/index.vue @@ -28,7 +28,7 @@ const postPaginator = useMastoClient().v1.accounts.$select(account.id).statuses. if (account) { useHydratedHead({ - title: () => `${t('account.posts')} | ${getDisplayName(account)} (@${account.acct})`, + title: () => `${t('nav.profile')} | ${getDisplayName(account)} (@${account.acct})`, }) }