소스 검색

fix: comments author locale string

NGPixel 5 년 전
부모
커밋
ff4e25d5ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'