fix: comments author locale string
This commit is contained in:
parent
98016d3c42
commit
ff4e25d5ca
@ -43,7 +43,7 @@
|
|||||||
v-spacer
|
v-spacer
|
||||||
.caption.mr-3(v-if='isAuthenticated')
|
.caption.mr-3(v-if='isAuthenticated')
|
||||||
i18next(tag='span', path='common:comments.postingAs')
|
i18next(tag='span', path='common:comments.postingAs')
|
||||||
strong(place='bold') {{userDisplayName}}
|
strong(place='name') {{userDisplayName}}
|
||||||
v-btn(
|
v-btn(
|
||||||
dark
|
dark
|
||||||
color='blue-grey darken-2'
|
color='blue-grey darken-2'
|
||||||
|
Loading…
Reference in New Issue
Block a user