Explorar el Código

fix: comments author locale string

NGPixel hace 5 años
padre
commit
ff4e25d5ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'