diff --git a/components/account/AccountHoverCard.vue b/components/account/AccountHoverCard.vue
index b7168ec3..4866b718 100644
--- a/components/account/AccountHoverCard.vue
+++ b/components/account/AccountHoverCard.vue
@@ -19,6 +19,6 @@ const relationship = $(useRelationship(account))
-
+
diff --git a/components/account/AccountPostsFollowers.vue b/components/account/AccountPostsFollowers.vue
index e2527c99..4c877f8a 100644
--- a/components/account/AccountPostsFollowers.vue
+++ b/components/account/AccountPostsFollowers.vue
@@ -3,6 +3,7 @@ import type { mastodon } from 'masto'
defineProps<{
account: mastodon.v1.Account
+ isHoverCard?: boolean
}>()
const userSettings = useUserSettings()
@@ -26,33 +27,37 @@ const userSettings = useUserSettings()
+ {{ $t('account.following') }}
+ {{ $t('account.followers') }}