From 3026b923e06ab9901559a0f4cdf707e9356f7fa9 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Mon, 23 Sep 2019 21:08:20 +0100 Subject: [PATCH] use translated title for comment list --- webapp/components/CommentList/CommentList.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { }, } + +