瀏覽代碼

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'