Skip to content

Commit c601c8b

Browse files
Cl0v1sayoayco
authored andcommitted
fix: account profile page title (#3159)
1 parent 4b1ebdb commit c601c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/[[server]]/@[account]/index/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const postPaginator = useMastoClient().v1.accounts.$select(account.id).statuses.
2828
2929
if (account) {
3030
useHydratedHead({
31-
title: () => `${t('account.posts')} | ${getDisplayName(account)} (@${account.acct})`,
31+
title: () => `${t('nav.profile')} | ${getDisplayName(account)} (@${account.acct})`,
3232
})
3333
}
3434
</script>

0 commit comments

Comments
 (0)