diff --git a/src/components/ProfileInfo.vue b/src/components/ProfileInfo.vue
index 946b0e71..983a7fe1 100644
--- a/src/components/ProfileInfo.vue
+++ b/src/components/ProfileInfo.vue
@@ -39,13 +39,13 @@
-
- {{ accountInfo.details.count.post }} {{ t('social', 'Posts') }}
+ {{ accountInfo.details.count.post }} {{ t('social', 'posts') }}
-
- {{ accountInfo.details.count.following }} {{ t('social', 'Following') }}
+ {{ accountInfo.details.count.following }} {{ t('social', 'following') }}
-
- {{ accountInfo.details.count.followers }} {{ t('social', 'Followers') }}
+ {{ accountInfo.details.count.followers }} {{ t('social', 'followers') }}