diff --git a/packages/frontend/src/components/MkUserInfo.vue b/packages/frontend/src/components/MkUserInfo.vue
index f08384bd14..559a93456d 100644
--- a/packages/frontend/src/components/MkUserInfo.vue
+++ b/packages/frontend/src/components/MkUserInfo.vue
@@ -21,15 +21,15 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.noAccountDescription }}
-
+
{{ i18n.ts.notes }}
{{ number(user.notesCount) }}
-
-
+
+
{{ i18n.ts.following }}
{{ number(user.followingCount) }}
-
-
+
+
{{ i18n.ts.followers }}
{{ number(user.followersCount) }}
-
+
diff --git a/packages/frontend/src/components/MkUserPopup.vue b/packages/frontend/src/components/MkUserPopup.vue
index 2311174c3d..b26b76c00b 100644
--- a/packages/frontend/src/components/MkUserPopup.vue
+++ b/packages/frontend/src/components/MkUserPopup.vue
@@ -34,18 +34,18 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.noAccountDescription }}
-
+
{{ i18n.ts.notes }}
{{ number(user.notesCount) }}
-
-
+
+
{{ i18n.ts.following }}
{{ number(user.followingCount) }}
-
-
+
+
{{ i18n.ts.followers }}
{{ number(user.followersCount) }}
-
+