diff --git a/pages/[[server]]/@[account]/index/followers.vue b/pages/[[server]]/@[account]/index/followers.vue index aca2eeb7..dac75396 100644 --- a/pages/[[server]]/@[account]/index/followers.vue +++ b/pages/[[server]]/@[account]/index/followers.vue @@ -12,7 +12,7 @@ const isSelf = useSelfAccount(account) if (account) { useHeadFixed({ - title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account})`, + title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account.acct})`, }) }