We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1ebdb commit c601c8bCopy full SHA for c601c8b
pages/[[server]]/@[account]/index/index.vue
@@ -28,7 +28,7 @@ const postPaginator = useMastoClient().v1.accounts.$select(account.id).statuses.
28
29
if (account) {
30
useHydratedHead({
31
- title: () => `${t('account.posts')} | ${getDisplayName(account)} (@${account.acct})`,
+ title: () => `${t('nav.profile')} | ${getDisplayName(account)} (@${account.acct})`,
32
})
33
}
34
</script>
0 commit comments