Browse Source

fix: comments author locale string

NGPixel 5 years ago
parent
commit
ff4e25d5ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/comments.vue

+ 1 - 1
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'