Skip to content

Commit

Permalink
fix: account profile page title (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0v1s authored Jan 29, 2025
1 parent 8e2a1d5 commit e52b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[[server]]/@[account]/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e52b34c

Please sign in to comment.