fix: account profile page title (#3159)
This commit is contained in:
parent
8e2a1d58c1
commit
e52b34c62d
1 changed files with 1 additions and 1 deletions
|
@ -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})`,
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue