diff --git a/webapp/components/CommentList/CommentList.vue b/webapp/components/CommentList/CommentList.vue
index fc11c6d70..b3caf9009 100644
--- a/webapp/components/CommentList/CommentList.vue
+++ b/webapp/components/CommentList/CommentList.vue
@@ -12,7 +12,7 @@
>
{{ post.comments.length }}
- Comments
+ {{ $t('common.comment', null, 0) }}
@@ -47,3 +47,9 @@ export default {
},
}
+
+