From ff4e25d5ca0c2fee93ebd0215c4917e212f48e76 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 21 Jun 2020 01:06:40 -0400 Subject: [PATCH] fix: comments author locale string --- client/components/comments.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/comments.vue b/client/components/comments.vue index 2cfa6f2b..42ac58bd 100644 --- a/client/components/comments.vue +++ b/client/components/comments.vue @@ -43,7 +43,7 @@ v-spacer .caption.mr-3(v-if='isAuthenticated') i18next(tag='span', path='common:comments.postingAs') - strong(place='bold') {{userDisplayName}} + strong(place='name') {{userDisplayName}} v-btn( dark color='blue-grey darken-2'