Browse Source

fix: comments author locale string

pull/2097/head
NGPixel 4 years ago
parent
commit
ff4e25d5ca
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/comments.vue

2
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'

Loading…
Cancel
Save