diff --git a/locales/en-US.yml b/locales/en-US.yml
index abf6e010c..947ed7bfb 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -645,7 +645,6 @@ disableShowingAnimatedImages: "Don't play animated images"
verificationEmailSent: "A verification email has been sent. Please follow the included\
\ link to complete verification."
emailVerified: "Email has been verified"
-noteFavoritesCount: "Number of favorite notes"
pageLikesCount: "Number of liked Pages"
pageLikedCount: "Number of received Page likes"
contact: "Contact"
diff --git a/packages/client/src/pages/settings/account-info.vue b/packages/client/src/pages/settings/account-info.vue
index ec40bd039..8287d2c3c 100644
--- a/packages/client/src/pages/settings/account-info.vue
+++ b/packages/client/src/pages/settings/account-info.vue
@@ -50,10 +50,6 @@
{{ i18n.ts.receivedReactionsCount }}
{{ number(stats.receivedReactionsCount) }}
-
- {{ i18n.ts.noteFavoritesCount }}
- {{ number(stats.noteFavoritesCount) }}
-
{{ i18n.ts.followingCount }}
{{ number(stats.followingCount) }}