diff --git a/locales/index.d.ts b/locales/index.d.ts
index cb81049d6c8a..ab22bccbd04e 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1992,10 +1992,6 @@ export interface Locale extends ILocale {
* ノートのアクションをホバー時のみ表示する
*/
"showNoteActionsOnlyHover": string;
- /**
- * ノートのリアクション数を表示する
- */
- "showReactionsCount": string;
/**
* 履歴はありません
*/
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 183369fbb1e5..a92874ae4b26 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -494,7 +494,6 @@ emojiStyle: "絵文字のスタイル"
native: "ネイティブ"
disableDrawer: "メニューをドロワーで表示しない"
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
-showReactionsCount: "ノートのリアクション数を表示する"
noHistory: "履歴はありません"
signinHistory: "ログイン履歴"
enableAdvancedMfm: "高度なMFMを有効にする"
diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue
index 1d453f1aeffe..7c596a6b51c4 100644
--- a/packages/frontend/src/components/MkNote.vue
+++ b/packages/frontend/src/components/MkNote.vue
@@ -121,7 +121,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
{{ number(appearNote.reactionCount) }}
+ {{ number(appearNote.reactionCount) }}